Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CameraMoveEnd Event

In This Topic
    CameraMoveEnd Event
    In This Topic
    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