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




Syntax

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

See Also

© 2010 All Rights Reserved.