ClassExecutedRoutedEventArgs
Class
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
Properties
Command
Gets the command that was invoked.
Declaration
cs-api-definition
public ICommand Command { get; }
Property Value
The command associated with this event.