Freigeben über


ExecutedToolEventArgs.Command-Eigenschaft

Ruft den Befehl ab, der diesem ExecutedToolEventArgs-Objekt zugeordnet ist.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Eigenschaftswert

Typ: System.Windows.Input.ICommand
Ein ICommand, der einen mit diesem ExecutedToolEventArgs verknüpften Befehl darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ExecutedToolEventArgs Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit