Fired when a drawing's state changes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DDrawingDocEvents_DrawingStateChangeNotifyEventHandler( _
ByVal PreviousState As System.Short, _
ByVal newState As System.Short _
) As System.Integer |
C# | |
---|
public delegate System.int DDrawingDocEvents_DrawingStateChangeNotifyEventHandler(
System.short PreviousState,
System.short newState
) |
C++/CLI | |
---|
public delegate System.int DDrawingDocEvents_DrawingStateChangeNotifyEventHandler(
& System.short PreviousState,
& System.short newState
) |
Parameters
- PreviousState
- Previous state as defined by swDrawingMode_e
- newState
- New state as defined by swDrawingMode_e
Remarks
Availability
SOLIDWORKS 2025 FCS, Revision Number 33