UICommandInvokedHandler Delegado

Definición

Representa una función de devolución de llamada que controla el evento que se desencadena cuando el usuario invoca un comando de menú contextual.

public delegate void UICommandInvokedHandler(IUICommand ^ command);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3673651791, 49786, 17048, 154, 198, 41, 34, 196, 94, 125, 166)]
class UICommandInvokedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3673651791, 49786, 17048, 154, 198, 41, 34, 196, 94, 125, 166)]
public delegate void UICommandInvokedHandler(IUICommand command);
var uICommandInvokedHandlerHandler = function(command){
/* Your code */
}
Public Delegate Sub UICommandInvokedHandler(command As IUICommand)

Parámetros

command
IUICommand

Representa el comando invocado.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Se aplica a

Consulte también