In This Article

ExecuteRoutedEventArgs Class

Provides event arguments for an execute routed event.

public class ExecuteRoutedEventArgs : RoutedEventArgs
Inheritance:
object EventArgs RoutedEventArgs object

Constructors

ExecuteRoutedEventArgs(ExecuteReason)

Initializes a new instance of the ExecuteRoutedEventArgs class.

public ExecuteRoutedEventArgs(ExecuteReason reason)
Parameter Type Description
reason ExecuteReason

An ExecuteReason describing why the execute occurred.

Properties

Reason

Gets or sets an ExecuteReason describing why the execute occurred.

public ExecuteReason Reason { get; set; }

Property Value

ExecuteReason:

An ExecuteReason describing why the execute occurred.

Inherited Members