[]
Represents a method that handles progress update events of an asynchronous operation that provides progress updates.
public delegate void AsyncOperationProgressHandler<TResult, TProgress>(IAsyncOperationWithProgress<TResult, TProgress> asyncInfo, TProgress progressInfo)
| Type | Name | Description |
|---|---|---|
| IAsyncOperationWithProgress<TResult, TProgress> | asyncInfo | The asynchronous operation. |
| TProgress | progressInfo | The progress information. |
| Name | Description |
|---|---|
| TResult | The result of the action. |
| TProgress | The type of the progress data. |
| Name | Description |
|---|---|
| AsyncOperationProgressHandler(object, IntPtr) |