1 instantiation of CustomizeMapAreasEventArgs
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1517this.OnCustomizeMapAreas(new CustomizeMapAreasEventArgs(areaItems));
5 references to CustomizeMapAreasEventArgs
System.Web.DataVisualization (5)
WebForm\ChartWebControl.cs (5)
1351public event EventHandler<CustomizeMapAreasEventArgs> CustomizeMapAreas 1498/// <param name="e">The <see cref="System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs"/> instance containing the event data.</param> 1503protected virtual void OnCustomizeMapAreas(CustomizeMapAreasEventArgs e) 1505EventHandler<CustomizeMapAreasEventArgs> customizeMapAreasEventDelegate = (EventHandler<CustomizeMapAreasEventArgs>)Events[_customizeMapAreasEvent];