2 instantiations of ImageMapEventArgs
System.Web (1)
UI\WebControls\ImageMap.cs (1)
329OnClick(new ImageMapEventArgs(postBackValue));
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1435this.OnClick(new ImageMapEventArgs(eventArgument));
3 references to ImageMapEventArgs
System.Web (2)
UI\WebControls\ImageMap.cs (1)
166protected virtual void OnClick(ImageMapEventArgs e) {
UI\WebControls\ImageMapEventHandler.cs (1)
14public delegate void ImageMapEventHandler(object sender, ImageMapEventArgs e);
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1416protected virtual void OnClick(ImageMapEventArgs e)