Arguments passed to a method invoked by the Execute trigger action. More...
Properties | |
FrameworkElement | TriggerSource [getset] |
The control that raised the event that triggered invocation of this method. More... | |
object | MethodParameter [getset] |
object | TriggerParameter [getset] |
The EventArgs parameter from the event that triggered invocation of this method. More... | |
Arguments passed to a method invoked by the Execute trigger action.
Definition at line 24 of file ExecuteEventArgs.cs.
|
getset |
The MethodParameter value provided by the designer.
Definition at line 37 of file ExecuteEventArgs.cs.
|
getset |
The EventArgs parameter from the event that triggered invocation of this method.
Definition at line 42 of file ExecuteEventArgs.cs.
|
getset |
The control that raised the event that triggered invocation of this method.
Definition at line 31 of file ExecuteEventArgs.cs.