Table of Contents

Delegate ProgressEventHandler

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

Progress event handler function reference

public delegate void ProgressEventHandler(ProgressEventHandlerInfo info)

Parameters

info ProgressEventHandlerInfo

The progress event handler data.

Constructors

ProgressEventHandler(object, nint)

public ProgressEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(ProgressEventHandlerInfo, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(ProgressEventHandlerInfo info, AsyncCallback callback, object @object)

Parameters

info ProgressEventHandlerInfo
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(ProgressEventHandlerInfo)

public virtual void Invoke(ProgressEventHandlerInfo info)

Parameters

info ProgressEventHandlerInfo