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

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 EventArgs.Empty

Constructors

Initializes a new instance of the UICommandExecutedEventArgs class.

C#
public UICommandExecutedEventArgs(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.