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 UICommand
Declaration
public UICommandExecutedEventArgs(ICommand command, object commandParameter)
Parameters
System. The command. |
System. The command parameter. |
Properties
Command
Gets the command.
Declaration
public ICommand Command { get; }
Property Value
System. The command. |
CommandParameter
Gets the command parameter.
Declaration
public object CommandParameter { get; }
Property Value
System. The command parameter. |