Class ExecutedRoutedEventArgs
Provides data for the Executed and PreviewExecuted routed events.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ExecutedRoutedEventArgs : RadRoutedEventArgs
Properties
Command
Gets the command that was invoked.
Declaration
public ICommand Command { get; }
Property Value
System.Windows.Input.ICommand
|
Parameter
Gets data parameter of the command.
Declaration
public object Parameter { get; }
Property Value
System.Object
|
Methods
InvokeEventHandler(Delegate, Object)
Invokes the event handler.
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object target)
Parameters
System.Delegate
genericHandler
The generic handler. |
System.Object
target
The target. |