[]
Represents a method that handles progress update events of an asynchronous action that provides progress updates.
public delegate void AsyncActionProgressHandler<TProgress>(IAsyncActionWithProgress<TProgress> asyncInfo, TProgress progressInfo)
| Type | Name | Description |
|---|---|---|
| IAsyncActionWithProgress<TProgress> | asyncInfo | The asynchronous action. |
| TProgress | progressInfo | The progress information. |
| Name | Description |
|---|---|
| TProgress | The type of the progress data. |
| Name | Description |
|---|---|
| AsyncActionProgressHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(IAsyncActionWithProgress<TProgress>, TProgress, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(IAsyncActionWithProgress<TProgress>, TProgress) |