UICommand.Invoked Property

Gets or sets the handler for the event that is fired when the user selects the UICommand.

Syntax

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

Property value

Type: UICommandInvokedHandler 

The event handler associated with the UICommand.

Remarks

This property may be null.

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

UICommand Class

UICommand Members

Windows.UI.Popups Namespace