[]
        
(Showing Draft Content)

C1.WPF.Document.AsyncActionWithProgressCompletedHandler-1

AsyncActionWithProgressCompletedHandler<TProgress> Delegate

Represents a method that handles the completed event of an asynchronous action that provides progress updates.

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

The asynchronous action.

AsyncStatus asyncStatus

The status of asynchronous action.

Type Parameters
Name Description
TProgress

The type of the progress data.

Constructors

Name Description
AsyncActionWithProgressCompletedHandler(object, IntPtr)

Methods

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