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

In This Topic
    CameraMoveBegin Event
    In This Topic
    Occurs when a camera Zoom/Pan/Rotate camera movement begins.
    Syntax
    'Declaration
     
    Public Event CameraMoveBegin As ViewportLayout.CameraMoveEventHandler
    public event ViewportLayout.CameraMoveEventHandler CameraMoveBegin
    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