ICommandSource.Command Proprietà

Definizione

Ottiene il comando che verrà eseguito quando viene richiamata l'origine del comando.

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); };
public System.Windows.Input.ICommand Command { get; }
member this.Command : System.Windows.Input.ICommand
Public ReadOnly Property Command As ICommand

Valore della proprietà

Comando che verrà eseguito quando viene richiamata l'origine del comando.

Si applica a

Vedi anche