[]
        
(Showing Draft Content)

C1.WPF.Document.AsyncActionProgressHandler-1

AsyncActionProgressHandler<TProgress> Delegate

Represents a method that handles progress update events of an asynchronous action that provides progress updates.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public delegate void AsyncActionProgressHandler<TProgress>(IAsyncActionWithProgress<TProgress> asyncInfo, TProgress progressInfo)
Parameters
Type Name Description
IAsyncActionWithProgress<TProgress> asyncInfo

The asynchronous action.

TProgress progressInfo

The progress information.

Type Parameters
Name Description
TProgress

The type of the progress data.

Constructors

Name Description
AsyncActionProgressHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(IAsyncActionWithProgress<TProgress>, TProgress, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(IAsyncActionWithProgress<TProgress>, TProgress)