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




Fires when the Toolbox has changed.

Syntax

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

See Also

© 2010 All Rights Reserved.