ClassExecutedRoutedEventArgs
Class
Provides data for the and routed events.
Definition
Namespace:Telerik.WinControls.Diagram.Input
Assembly:Telerik.WinControls.RadDiagram.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.