Fired when a component document in an assembly is about to be renamed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_PreRenameItemNotifyEventHandler( _
ByVal EntityType As System.Integer, _
ByVal oldName As System.String, _
ByVal NewName As System.String _
) As System.Integer |
C# | |
---|
public delegate System.int DAssemblyDocEvents_PreRenameItemNotifyEventHandler(
System.int EntityType,
System.string oldName,
System.string NewName
) |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_PreRenameItemNotifyEventHandler(
& System.int EntityType,
& System.String^ oldName,
& System.String^ NewName
) |
Parameters
- EntityType
Type of item to rename as defined in swNotifyEntityType_e
- oldName
- Current name of the component document
- NewName
- New name of the component document
Example
Remarks
Availability
SOLIDWORKS 2016 FCS, Revision Number 24.0