New to Telerik UI for WinFormsStart a free 30-day trial

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 RadCancelEventArgs.Cancel()RadCancelEventArgs.CanceledEventArgs.Empty

Constructors

Initializes a new instance of the UICommandExecutingEventArgs class.

C#
public UICommandExecutingEventArgs(ICommand command, object commandParameter)
Parameters:commandICommand

The command.

commandParameterobject

The command parameter.

Properties

Gets the command.

C#
public ICommand Command { get; }
Property Value:

The command.

Gets the command parameter.

C#
public object CommandParameter { get; }
Property Value:

The command parameter.