Windows.Foundation.AsyncActionProgressHandler
September 20, 2018 ยท View on GitHub
-description
Represents a method that handles progress update events of an asynchronous action that provides progress updates.
-parameters
-param asyncInfo
The asynchronous action.
-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.