Fired when a visual property, such as color, transparency, and so on, of a component is changed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_ComponentVisualPropertiesChangeNotifyEventHandler( _
ByVal Component As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DAssemblyDocEvents_ComponentVisualPropertiesChangeNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DAssemblyDocEvents_ComponentVisualPropertiesChangeNotifyEventHandler(
object Component
) |
C++/CLI | |
---|
public delegate int DAssemblyDocEvents_ComponentVisualPropertiesChangeNotifyEventHandler(
& Object^ Component
) |
Parameters
- Component
- Component that changed
Remarks
Availability
SolidWorks 2005 FCS, Revision Number 13.0