Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / LongOperationEventHandler Delegate
The source of the event.
A LongOperationEventArgs that contains event data.

In This Topic
    LongOperationEventHandler Delegate
    In This Topic
    Represents a method that can handle a long operation event.
    Syntax
    'Declaration
     
    Public Delegate Sub LongOperationEventHandler( _
       ByVal sender As Object, _
       ByVal e As LongOperationEventArgs _
    ) 
    public delegate void LongOperationEventHandler( 
       object sender,
       LongOperationEventArgs e
    )

    Parameters

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