Button.Command Proprietà

Definizione

Ottiene o imposta il comando da richiamare quando il pulsante viene attivato. Si tratta di una proprietà associabile.

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

Valore della proprietà

Commenti

Questa proprietà viene utilizzata per associare un comando a un'istanza di un pulsante. Questa proprietà viene spesso impostata nel modello MVVM per associare i callback a ViewModel. IsEnabled è controllato dall'oggetto CanExecute(Object) se impostato.

Si applica a