Notifies the user program when an item is about to be deleted from one of the SOLIDWORKS tree structures (for example, the FeatureManager design tree or the
ConfigurationManager tree).
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_DeleteItemPreNotifyEventHandler( _
ByVal EntityType As System.Integer, _
ByVal itemName As System.String _
) As System.Integer |
C# | |
---|
public delegate System.int DAssemblyDocEvents_DeleteItemPreNotifyEventHandler(
System.int EntityType,
System.string itemName
) |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_DeleteItemPreNotifyEventHandler(
& System.int EntityType,
& System.String^ itemName
) |
Parameters
- EntityType
- Type of entity to delete as defined in swNotifyEntityType_e
- itemName
- Name of the entity to delete
Remarks
Availability
SOLIDWORKS 2005 SP1, Revision 13.1