ESRI.ArcGIS.ADF.ArcGISServer.Editor
PreCommandExecuteEventArgs Constructor
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > PreCommandExecuteEventArgs Class : PreCommandExecuteEventArgs Constructor




serverAction
The EditorServerCommandAction instance associated with the EditorCommand.
Creates a PreCommandExecuteEventArgs instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal serverAction As EditorServerCommandAction _
)
Visual Basic (Usage)Copy Code
Dim serverAction As EditorServerCommandAction
 
Dim instance As PreCommandExecuteEventArgs(serverAction)
C# 
public PreCommandExecuteEventArgs( 
   EditorServerCommandAction serverAction
)

Parameters

serverAction
The EditorServerCommandAction instance associated with the EditorCommand.

See Also

© 2010 All Rights Reserved.