CommandExceptionEventArgs.Command-Eigenschaft

Ruft den Befehl ab, der an den Konstruktor übergeben wurde.

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 den Befehl darstellt, der an den Konstruktor übergeben wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

CommandExceptionEventArgs Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit