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