Class UICommandExecutingEventArgs
Represents the UI command executing event args.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Commands
Assembly: Telerik.WinControls.RadSpreadsheet.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
ICommand
command
The command. |
System.Object
commandParameter
The command parameter. |
Properties
Command
CommandParameter
Gets the command parameter.
Declaration
public object CommandParameter { get; }
Property Value
System.Object
The command parameter. |