Class
ExecutedRoutedEventArgs

Provides data for the Executed and PreviewExecuted routed events.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public sealed class ExecutedRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsExecutedRoutedEventArgs

Inherited Members RadRoutedEventArgs.RoutedEventRadRoutedEventArgs.SourceRadRoutedEventArgs.HandledRadRoutedEventArgs.OriginalSource

Properties

Command

Gets the command that was invoked.

Declaration

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

Property Value

ICommand

Parameter

Gets data parameter of the command.

Declaration

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

Property Value

object

Methods

InvokeEventHandler(Delegate, object)

Invokes the event handler.

Declaration

cs-api-definition
protected override void InvokeEventHandler(Delegate genericHandler, object target)

Parameters

genericHandler

Delegate

The generic handler.

target

object

The target.

Overrides RadRoutedEventArgs.InvokeEventHandler(Delegate, object)