com.esri.arcgis.geoprocessing
Interface IGPToolboxEvents2
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- IGPToolboxEvents2Adapter, IGPToolboxEvents2Proxy
public interface IGPToolboxEvents2
- extends EventListener, Serializable
Provides access to toolbox events.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
onToolboxDisplayNameAltered
void onToolboxDisplayNameAltered(IGPToolboxEvents2OnToolboxDisplayNameAlteredEvent theEvent)
throws IOException,
AutomationException
- Called when the display name of the toolbox is modified.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.