Class
CommandExecutedEventArgs

Class CommandExecutedEventArgs. Implements the EventArgs

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class CommandExecutedEventArgs : EventArgs

Inheritance: objectEventArgsCommandExecutedEventArgs

Inherited Members EventArgs.Empty

Constructors

CommandExecutedEventArgs(SyntaxEditorCommandBase)

Initializes a new instance of the CommandExecutedEventArgs class.

Declaration

cs-api-definition
public CommandExecutedEventArgs(SyntaxEditorCommandBase command)

Parameters

command

SyntaxEditorCommandBase

The command.

CommandExecutedEventArgs(SyntaxEditorCommandBase, object)

Initializes a new instance of the CommandExecutedEventArgs class.

Declaration

cs-api-definition
public CommandExecutedEventArgs(SyntaxEditorCommandBase command, object commandParameter)

Parameters

command

SyntaxEditorCommandBase

The command.

commandParameter

object

The command parameter.

Properties

Command

Gets the command.

Declaration

cs-api-definition
public SyntaxEditorCommandBase Command { get; }

Property Value

SyntaxEditorCommandBase

The command.

CommandParameter

Gets the command parameter.

Declaration

cs-api-definition
public object CommandParameter { get; }

Property Value

object

The command parameter.