Windows.Foundation.IAsyncActionWithProgress.Progress
September 20, 2018 ยท View on GitHub
-description
Gets or sets the callback method that receives progress notification.
-property-value
A reference to the callback method that handles progress notifications. Implement the AsyncActionProgressHandler(TProgress) delegate to define your callback. TProgress defines the progress unit type, which varies by method implementation.
-remarks
-examples
For example C++/WinRT code illustrating how to handle the Progress event, see Delegate types for asynchronous actions and operations.
-see-also
IAsyncActionWithProgress<TProgress>, AsyncActionProgressHandler(TProgress)