IUICommand.Invoked Property

Gets or sets the handler for the event that is fired when the user invokes the command.

Syntax

public:
property UICommandInvokedHandler^ Invoked {
         UICommandInvokedHandler^ get ();
         void set (UICommandInvokedHandler^ value);
}  

Property value

Type: UICommandInvokedHandler 

The event handler for the command.

Remarks

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

IUICommand Interface

IUICommand Members

Windows.UI.Popups Namespace