Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 839 Bytes

asyncactioncompletedhandler.md

File metadata and controls

25 lines (19 loc) · 839 Bytes
-api-id -api-type
T:Windows.Foundation.AsyncActionCompletedHandler
winrt delegate

Windows.Foundation.AsyncActionCompletedHandler

-description

Represents a method that handles the completed event of an asynchronous action.

-parameters

-param asyncInfo

The asynchronous action.

-param asyncStatus

One of the enumeration values.

-remarks

-examples

For example C++/WinRT code illustrating how to handle the Completed event, see Delegate types for asynchronous actions and operations.

-see-also