UICommandInvokedHandler
UICommandInvokedHandler
UICommandInvokedHandler
UICommandInvokedHandler
Delegate
Definition
Represents a callback function that handles the event that is fired when the user invokes a context menu command.
public : delegate void UICommandInvokedHandler(IUICommand command)public delegate void UICommandInvokedHandler(IUICommand command)Public Delegate UICommandInvokedHandler(command As IUICommand)// You can use this delegate in JavaScript.
Parameters
- command
- IUICommand IUICommand IUICommand IUICommand
Represents the invoked command.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|