ESRI.ArcGIS.Geoprocessor
ToolExecuting Event
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : ToolExecuting Event




Fires when the Tool starts executing.

Syntax

Visual Basic (Declaration) 
Public Event ToolExecuting() As EventHandler(Of ToolExecutingEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim handler As EventHandler(Of ToolExecutingEventArgs)
 
AddHandler instance.ToolExecuting, handler
C# 
public event EventHandler<ToolExecutingEventArgs> ToolExecuting()

See Also

© 2010 All Rights Reserved.