This document is archived and information here might be outdated.  Recommended version.


IGPToolboxEvents2.OnToolboxDisplayNameAltered Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolboxEvents2.OnToolboxDisplayNameAltered Event

Called when the display name of the toolbox is modified.

[Visual Basic .NET]
Public Event OnToolboxDisplayNameAltered As OnToolboxDisplayNameAlteredEventHandler
[C#]
public event OnToolboxDisplayNameAlteredEventHandler OnToolboxDisplayNameAltered
[C++]
HRESULT OnToolboxDisplayNameAltered(
  BSTR oldName,
  BSTR newName
);
[C++]

Parameters oldName [in] oldName is a parameter of type BSTR newName [in] newName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPToolboxEvents2 Interface