ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
PostToolExecute Event | |
See Also |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : PostToolExecute Event |
Visual Basic (Declaration) | |
---|---|
<ResDescriptionAttribute("Fires after an EditorTool is executed.")> <ResCategoryAttribute("Editing")> Public Event PostToolExecute() As PostToolExecuteEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ResDescriptionAttribute("Fires after an EditorTool is executed.")] [ResCategoryAttribute("Editing")] public event PostToolExecuteEventHandler PostToolExecute() |