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




The event raised after an EditorCommand's server action executes.

Syntax

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

See Also

© 2010 All Rights Reserved.