Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.NavigationTimerHandler Delegate
The source of the event.
The event data.

In This Topic
    ViewportLayout.NavigationTimerHandler Delegate
    In This Topic
    Represents the method that will handle the ViewportLayout.NavigationTimerTick event.
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.NavigationTimerHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void ViewportLayout.NavigationTimerHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    The event data.
    See Also