UICommandSeparator.Invoked Property

Gets or sets the handler for the event that is fired for the command separator.

Syntax

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

Property value

Type: UICommandInvokedHandler 

The event handler for the command separator.

Remarks

Setting this property has no effect.

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

UICommandSeparator Class

UICommandSeparator Members

Windows.UI.Popups Namespace