[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.LongOperationEventHandler

Delegate LongOperationEventHandler

Namespace
GrapeCity.Documents.Common
Assembly
GcDocs.Imaging.dll

Represents a method that can handle a long operation event.

public delegate void LongOperationEventHandler(object sender, LongOperationEventArgs e)

Parameters

sender object

The source of the event.

e LongOperationEventArgs

A LongOperationEventArgs that contains event data.

Constructors

LongOperationEventHandler(object, IntPtr)

public LongOperationEventHandler(object @object, IntPtr method)

Parameters

object object
method System.IntPtr

Methods

BeginInvoke(object, LongOperationEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, LongOperationEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e LongOperationEventArgs
callback System.AsyncCallback
object object

Returns

System.IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result System.IAsyncResult

Invoke(object, LongOperationEventArgs)

public virtual void Invoke(object sender, LongOperationEventArgs e)

Parameters

sender object
e LongOperationEventArgs