Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 935 Bytes

asyncoperationprogresshandler_2.md

File metadata and controls

26 lines (19 loc) · 935 Bytes
-api-id -api-type
T:Windows.Foundation.AsyncOperationProgressHandler`2
winrt delegate

Windows.Foundation.AsyncOperationProgressHandler<TResult, TProgress>

-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.

-see-also