Eyeshot 10 WinForms API Reference
CameraMoveEnd Event

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : CameraMoveEnd Event
Occurs when a Zoom/Pan/Rotate camera movement ends.
Syntax
'Declaration
 
Public Event CameraMoveEnd As ViewportLayout.CameraMoveEventHandler
public event ViewportLayout.CameraMoveEventHandler CameraMoveEnd
Event Data

The event handler receives an argument of type ViewportLayout.CameraMoveEventArgs containing data related to this event. The following ViewportLayout.CameraMoveEventArgs properties provide information specific to this event.

PropertyDescription
Gets the index of the Viewport on which the Camera movement is performed.  
See Also