Partager via


UICommandInvokedHandler Délégué

Définition

Représente une fonction de rappel qui gère l’événement déclenché lorsque l’utilisateur appelle une commande de menu contextuel.

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)

Paramètres

command
IUICommand

Représente la commande appelée.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

S’applique à

Voir aussi