ESRI.ArcGIS.ADF.ArcGISServer.Editor
PreCommandExecute Event
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : PreCommandExecute Event




The event raised prior to an EditorCommand's server action execution.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Editing")>
<ResDescriptionAttribute("Fires before an EditorCommand is executed.")>
Public Event PreCommandExecute() As PreCommandExecuteEventHandler
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim handler As PreCommandExecuteEventHandler
 
AddHandler instance.PreCommandExecute, handler
C# 
[ResCategoryAttribute("Editing")]
[ResDescriptionAttribute("Fires before an EditorCommand is executed.")]
public event PreCommandExecuteEventHandler PreCommandExecute()

See Also

© 2010 All Rights Reserved.