IAsyncAction.Completed Property

Gets or sets the method that handles the action completed event.

Syntax

public:
property AsyncActionCompletedHandler^ Completed {
         AsyncActionCompletedHandler^ get ();
         void set (AsyncActionCompletedHandler^ value);
}  

Property value

Type: AsyncActionCompletedHandler 

The method that handles the event.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IAsyncAction Interface

IAsyncAction Members

Windows.Foundation Namespace