[]
        
(Showing Draft Content)

C1.WPF.Document.LongOperationEventHandler

LongOperationEventHandler Delegate

Represents a method that can handle a long operation event.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public delegate void LongOperationEventHandler(object sender, LongOperationEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

LongOperationEventArgs e

A LongOperationEventArgs that contains event data.

Constructors

Name Description
LongOperationEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, LongOperationEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, LongOperationEventArgs)