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