Represents the UI command executed event args.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Commands
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class UICommandExecutedEventArgs : EventArgs
Inheritance: objectEventArgsUICommandExecutedEventArgs
Inherited Members
Constructors
Initializes a new instance of the UICommandExecutedEventArgs class.
Properties
Gets the command parameter.
C#
public object CommandParameter { get; }
The command parameter.