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

Provides data for the and  routed events.

Definition

Namespace:Telerik.WinForms.SyntaxEditor.Commands

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public sealed class ExecutedRoutedEventArgs : EventArgs

Inheritance: objectEventArgsExecutedRoutedEventArgs

Inherited Members EventArgs.Empty

Properties

Gets the command that was invoked.

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

The command associated with this event.

Gets data parameter of the command.

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

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

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