Notifies the user when a component is added to the FeatureManager design tree.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_AddItemNotifyEventHandler( _
ByVal EntityType As System.Integer, _
ByVal itemName As System.String _
) As System.Integer |
C# | |
---|
public delegate System.int DAssemblyDocEvents_AddItemNotifyEventHandler(
System.int EntityType,
System.string itemName
) |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_AddItemNotifyEventHandler(
& System.int EntityType,
& System.String^ itemName
) |
Parameters
- EntityType
- Type of item to add as defined in swNotifyEntityType_e
- itemName
- Name of the added item
Example
Remarks
Availability
SOLIDWORKS 2001Plus SP1, Revision Number 10.1