ESRI.ArcGIS.ADF.Web.UI.WebControls
ToolEventArgs Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ToolEventArgs Class




Base class for the event arguments of a control's ClientToolAction events.

Object Model


Syntax

Visual Basic (Declaration) 
Public MustInherit Class ToolEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ToolEventArgs
C# 
public abstract class ToolEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolEventArgs
         ESRI.ArcGIS.ADF.Web.UI.WebControls.CircleEventArgs
         ESRI.ArcGIS.ADF.Web.UI.WebControls.LineEventArgs
         ESRI.ArcGIS.ADF.Web.UI.WebControls.OvalEventArgs
         ESRI.ArcGIS.ADF.Web.UI.WebControls.PointEventArgs
         ESRI.ArcGIS.ADF.Web.UI.WebControls.RectangleEventArgs
         ESRI.ArcGIS.ADF.Web.UI.WebControls.VectorEventArgs

Requirements

A ToolEventArgs is passed as the argument for a Tool that operates on a map. The specific ToolEventArgs object contains geometry with the locations that the user clicked on the map. ToolEventArgs is extended by several classes as listed in the Inheritance Hierarchy.

See Also

© 2010 All Rights Reserved.