AsyncActionProgressHandler
AsyncActionProgressHandler
AsyncActionProgressHandler
AsyncActionProgressHandler
Delegate
Definition
Represents a method that handles progress update events of an asynchronous action that provides progress updates.
public : delegate void AsyncActionProgressHandler(IAsyncActionWithProgress<TProgress> asyncInfo, TProgress progressInfo)public delegate void AsyncActionProgressHandler(IAsyncActionWithProgress<TProgress> asyncInfo, TProgress progressInfo)Public Delegate AsyncActionProgressHandler(asyncInfo As IAsyncActionWithProgress<TProgress>, progressInfo As TProgress)// You can use this delegate in JavaScript.
Parameters
- asyncInfo
- IAsyncActionWithProgress<TProgress> IAsyncActionWithProgress<TProgress> IAsyncActionWithProgress<TProgress> IAsyncActionWithProgress<TProgress>
The asynchronous action.
- progressInfo
- TProgress TProgress TProgress TProgress
The progress information.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced v1)
|