UICommandInvokedHandler Delegate

Represents a callback function that handles the event that is fired when the user invokes a context menu command.

Syntax

public delegate void UICommandInvokedHandler(
         IUICommand^ command
)  

Parameters

command
Type: IUICommand 

Represents the invoked command.

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

Windows.UI.Popups Namespace