Compartir a través de


ExecutedToolEventArgs.Command (Propiedad)

Obtiene el comando asociado a este objeto ExecutedToolEventArgs.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Windows.Input.ICommand
Objeto ICommand que representa un comando asociado a ExecutedToolEventArgs.

Seguridad de .NET Framework

Vea también

Referencia

ExecutedToolEventArgs Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer