3 references to _customizeMapAreasEvent
System.Web.DataVisualization (3)
WebForm\ChartWebControl.cs (3)
1353add { Events.AddHandler(_customizeMapAreasEvent, value); } 1354remove { Events.RemoveHandler(_customizeMapAreasEvent, value); } 1505EventHandler<CustomizeMapAreasEventArgs> customizeMapAreasEventDelegate = (EventHandler<CustomizeMapAreasEventArgs>)Events[_customizeMapAreasEvent];