Post-notifies the user program when a drawing view changes position.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DDrawingDocEvents_ViewPositionChangeNotifyEventHandler( _
ByVal ViewName As System.String _
) As System.Integer |
C# | |
---|
public delegate System.int DDrawingDocEvents_ViewPositionChangeNotifyEventHandler(
System.string ViewName
) |
C++/CLI | |
---|
public delegate System.int DDrawingDocEvents_ViewPositionChangeNotifyEventHandler(
& System.String^ ViewName
) |
Parameters
- ViewName
- Name of the drawing view whose position changed
Remarks
Availability
SOLIDWORKS 2026 FCS, Revision Number 34