Fired whenever the state of a component within this assembly changes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_ComponentStateChangeNotify2EventHandler( _
ByVal componentModel As System.Object, _
ByVal CompName As System.String, _
ByVal oldCompState As System.Short, _
ByVal newCompState As System.Short _
) As System.Integer |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.DAssemblyDocEvents_ComponentStateChangeNotify2EventHandler.html# | |
---|
public delegate System.int DAssemblyDocEvents_ComponentStateChangeNotify2EventHandler(
System.object componentModel,
System.string CompName,
System.short oldCompState,
System.short newCompState
) |
Parameters
- componentModel
- IComponent2
- CompName
- Name of the component
- oldCompState
- Previous state of the component as defined in swComponentSuppressionState_e
- newCompState
- New state of the component as defined in swComponentSuppressionState_e
Remarks
Availability
SOLIDWORKS 2001Plus SP1, Revision Number 10.1