Partager via


TextCell.Command Propriété

Définition

Obtient ou définit l’ICommand à exécuter quand un utilisateur appuie sur TextCell. Il s’agit d’une propriété pouvant être liée.

public System.Windows.Input.ICommand Command { get; set; }
member this.Command : System.Windows.Input.ICommand with get, set

Valeur de propriété

System.Windows.Input.ICommand

Remarques

La définition de la propriété Command a pour effet secondaire de modifier la propriété Enabled en fonction de ICommand.CanExecute.

S’applique à