CommandExceptionEventArgs.Command Property
Gets the command that was passed to the constructor.
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
Property Value
Type: System.Windows.Input.ICommand
An ICommand that represents the command that was passed to the constructor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CommandExceptionEventArgs Class
Microsoft.Windows.Design.Interaction Namespace