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

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

    Parameters

    sender
    The source of the event.
    e
    A WorkCompletedEventArgs that contains the event data.
    See Also