Class UICommandExecutedEventArgs
Represents the UI command executed event args.
Inheritance
System.Object
System.EventArgs
UICommandExecutedEventArgs
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 UICommandExecutedEventArgs : EventArgs
Constructors
UICommandExecutedEventArgs(ICommand, Object)
Initializes a new instance of the UICommandExecutedEventArgs class.
Declaration
public UICommandExecutedEventArgs(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. |