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




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

Syntax

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

See Also

© 2010 All Rights Reserved.