Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.CameraMoveEventHandler Delegate
The source of the event.
A ViewportLayout.CameraMoveEventArgs object that contains the event data.

In This Topic
    ViewportLayout.CameraMoveEventHandler Delegate
    In This Topic
    Represents the method that will handle the ViewportLayout.CameraMoveBegin and ViewportLayout.CameraMoveEnd events.
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.CameraMoveEventHandler( _
       ByVal sender As Object, _
       ByVal e As ViewportLayout.CameraMoveEventArgs _
    ) 
    public delegate void ViewportLayout.CameraMoveEventHandler( 
       object sender,
       ViewportLayout.CameraMoveEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A ViewportLayout.CameraMoveEventArgs object that contains the event data.
    See Also