ESRI.ArcGIS.ADF.ArcGISServer.Editor
PreToolExecuteEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : PreToolExecuteEventHandler Delegate




sender
The sender of the event.
e
The PreToolExecuteEventArgs instance for the event.
Represents the method that handles the event that is raised prior to a executing a tool's server action.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub PreToolExecuteEventHandler( _
   ByVal sender As Object, _
   ByVal e As PreToolExecuteEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New PreToolExecuteEventHandler(AddressOf HandlerMethod)
C# 
public delegate void PreToolExecuteEventHandler( 
   object sender,
   PreToolExecuteEventArgs e
)

Parameters

sender
The sender of the event.
e
The PreToolExecuteEventArgs instance for the event.

See Also

© 2010 All Rights Reserved.