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




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

Object Model

ToolEventArgs Class

Syntax

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

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

© 2011 All Rights Reserved.