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


IGPToolboxEvents.OnToolboxRenamed Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolboxEvents.OnToolboxRenamed Event

Called when the toolbox is renamed.

[Visual Basic .NET]
Public Event OnToolboxRenamed As OnToolboxRenamedEventHandler
[C#]
public event OnToolboxRenamedEventHandler OnToolboxRenamed
[C++]
HRESULT OnToolboxRenamed(
  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

IGPToolboxEvents Interface