Fired when an item is renamed in one of the SOLIDWORKS tree structures, such as the FeatureManager design tree or the ConfigurationManager tree.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_RenameItemNotifyEventHandler( _
ByVal EntityType As System.Integer, _
ByVal oldName As System.String, _
ByVal NewName As System.String _
) As System.Integer |
C# | |
---|
public delegate System.int DAssemblyDocEvents_RenameItemNotifyEventHandler(
System.int EntityType,
System.string oldName,
System.string NewName
) |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_RenameItemNotifyEventHandler(
& System.int EntityType,
& System.String^ oldName,
& System.String^ NewName
) |
Parameters
- EntityType
- Type of item to rename as defined in swNotifyEntityType_e
- oldName
- Previous item name
- NewName
- New item name
Example
Remarks
Availability
SOLIDWORKS 2001Plus SP1, Revision Number 10.1