Class
ExecutedRoutedEventArgs

Provides data for the and  routed events.

Definition

Namespace:Telerik.WinForms.SyntaxEditor.Commands

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public sealed class ExecutedRoutedEventArgs : EventArgs

Inheritance: objectEventArgsExecutedRoutedEventArgs

Inherited Members EventArgs.Empty

Properties

Command

Gets the command that was invoked.

Declaration

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

Property Value

ICommand

The command associated with this event.

Parameter

Gets data parameter of the command.

Declaration

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

Property Value

object

The command-specific data. The default value is null.

In this article
DefinitionPropertiesCommandParameter
Not finding the help you need?
Contact Support