Class UICommandExecutingEventArgs
Represents the UI command executing event args.
Inheritance
System.Object
UICommandExecutingEventArgs
Namespace: Telerik.Windows.Controls.Spreadsheet.Commands
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class UICommandExecutingEventArgs : RadCancelEventArgs
Constructors
UICommandExecutingEventArgs(ICommand, Object)
Initializes a new instance of the UICommandExecutingEventArgs class.
Declaration
public UICommandExecutingEventArgs(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. |