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