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




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

Syntax

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

See Also

© 2010 All Rights Reserved.