Fired when a component's referenced display state changes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_ComponentReferredDisplayStateChangeNotifyEventHandler( _
ByVal componentModel As System.Object, _
ByVal CompName As System.String, _
ByVal oldDSId As System.Integer, _
ByVal oldDSName As System.String, _
ByVal newDSId As System.Integer, _
ByVal newDSName As System.String _
) As System.Integer |
Parameters
- componentModel
- IComponent2 whose referenced display state is changing
- CompName
- Name of component
- oldDSId
- Original referenced display state ID of the component
- oldDSName
- Oridingal referenced display state name for the component
- newDSId
- New referenced display state ID of the component
- newDSName
- New referenced display state name for the component
Example
Remarks
Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0