Class UICommandExecutedEventArgs
Represents the UI command executed event args.
Inheritance
System.Object
UICommandExecutedEventArgs
Namespace: Telerik.Windows.Controls.Spreadsheet.Commands
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class UICommandExecutedEventArgs : EventArgs
Constructors
UICommandExecutedEventArgs(ICommand, Object)
Initializes a new instance of the UICommandExecutedEventArgs class.
Declaration
public UICommandExecutedEventArgs(ICommand command, object commandParameter)
Parameters
System.Windows.Input.ICommand
command
The command. |
System.Object
commandParameter
The command parameter. |
Properties
Command
Gets the command.
Declaration
public ICommand Command { get; }
Property Value
System.Windows.Input.ICommand
The command. |
CommandParameter
Gets the command parameter.
Declaration
public object CommandParameter { get; }
Property Value
System.Object
The command parameter. |