Proprietà ExecutedToolEventArgs.Command

Ottiene il comando associato a questo oggetto ExecutedToolEventArgs.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Command As ICommand
    Get
public ICommand Command { get; }
public:
property ICommand^ Command {
    ICommand^ get ();
}
member Command : ICommand
function get Command () : ICommand

Valore proprietà

Tipo: System.Windows.Input.ICommand
Oggetto ICommand che rappresenta un comando associato a questo oggetto ExecutedToolEventArgs.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExecutedToolEventArgs Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF