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

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

    Parameters

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