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




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

Syntax

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

Parameters

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

See Also

© 2010 All Rights Reserved.