Partager via


Button.Command Propriété

Définition

Obtient ou définit la commande à appeler lorsque le bouton est activé. Il s’agit d’une propriété pouvant être liée.

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand Command { get; set; }
member this.Command : System.Windows.Input.ICommand with get, set
Public Property Command As ICommand

Valeur de propriété

Remarques

Cette propriété est utilisée pour associer une commande à une instance d’un bouton. Cette propriété est la plus souvent définie dans le modèle MVVM pour lier des rappels dans ViewModel. IsEnabled est contrôlé par le CanExecute(Object) paramètre si défini.

S’applique à