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