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




serverAction
The EditorServerCommandAction instance associated with the EditorCommand.
Creates an EditorCommandEventArgs instance.

Syntax

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

Parameters

serverAction
The EditorServerCommandAction instance associated with the EditorCommand.

See Also

© 2010 All Rights Reserved.