Notifies the user program when an item is added to one of the SolidWorks tree structures (for example, FeatureManager design tree, ConfigurationManager tree, and so on).
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DDrawingDocEvents_AddItemNotifyEventHandler( _
ByVal EntityType As Integer, _
ByVal itemName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DDrawingDocEvents_AddItemNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DDrawingDocEvents_AddItemNotifyEventHandler(
int EntityType,
string itemName
) |
C++/CLI | |
---|
public delegate int DDrawingDocEvents_AddItemNotifyEventHandler(
& int EntityType,
& String^ itemName
) |
Parameters
- EntityType
Type of the new item as defined in swNotifyEntityType_e
- itemName
Name of the new item
Remarks
Availability
SolidWorks 2001Plus SP1, Revision Number 10.1