public void RemoveHandler(events.LegendMouseDownEvent d) { if (d != null) { m_LegendMouseDown -= d; } }
public void AddHandler(events.LegendMouseDownEvent d) { if (d != null) { m_LegendMouseDown += d; } }