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 DDrawingDocEvents_DeleteItemPreNotifyEventHandler( _
ByVal EntityType As Integer, _
ByVal itemName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DDrawingDocEvents_DeleteItemPreNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DDrawingDocEvents_DeleteItemPreNotifyEventHandler(
int EntityType,
string itemName
) |
C++/CLI | |
---|
public delegate int DDrawingDocEvents_DeleteItemPreNotifyEventHandler(
& int EntityType,
& String^ itemName
) |
Parameters
- EntityType
Type of item deleted as defined in swNotifyEntityType_e
- itemName
- Name of the deleted item
Remarks
Availability
SolidWorks 2005 SP1, Revision Number 13.1