Called when the display name of the toolbox is modified.
[Visual Basic 6.0] Event OnToolboxDisplayNameAltered(
ByVal oldName As String, _
ByVal newName As String _
)
[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.