Windows.Foundation.AsyncOperationProgressHandler
September 20, 2018 ยท View on GitHub
-description
Represents a method that handles progress update events of an asynchronous operation that provides progress updates.
-parameters
-param asyncInfo
The asynchronous operation.
-param progressInfo
The progress information.
-remarks
-examples
For example C++/WinRT code illustrating how to handle the Progress event, see Delegate types for asynchronous actions and operations.