Represents a method that handles the completed event of an asynchronous action.
public delegate void AsyncActionCompletedHandler(
IAsyncAction^ asyncInfo,
AsyncStatus asyncStatus
)
asyncInfo
Type: IAsyncAction
The asynchronous action.
asyncStatus
Type: AsyncStatus
One of the enumeration values.
Namespace: Windows.Foundation
Metadata: windows.winmd