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