Control used to invoke a method on the DataContext based on an event being raised by a UI control. More...
Public Member Functions | |
TriggerAction () | |
Creates an instance of the object. More... | |
Static Public Attributes | |
static readonly DependencyProperty | TargetControlProperty |
Gets or sets the target UI control. More... | |
static readonly DependencyProperty | TriggerEventProperty |
Gets or sets the name of the event that will trigger the action. More... | |
static readonly DependencyProperty | MethodNameProperty |
Gets or sets the name of the method to be invoked. More... | |
static readonly DependencyProperty | MethodParameterProperty |
Gets or sets the value of a parameter to be passed to the invoked method. More... | |
static readonly DependencyProperty | RebindParameterDynamicallyProperty |
Gets or sets a value indicating whether the MethodParameter value should be dynamically rebound before invoking the target method. More... | |
Properties | |
FrameworkElement | TargetControl [getset] |
Gets or sets the target UI control. More... | |
string | TriggerEvent [getset] |
Gets or sets the name of the event that will trigger the action. More... | |
string | MethodName [getset] |
Gets or sets the name of the method to be invoked. More... | |
object | MethodParameter [getset] |
Gets or sets the value of a parameter to be passed to the invoked method. More... | |
bool | RebindParameterDynamically [getset] |
Gets or sets a value indicating whether the MethodParameter value should be dynamically rebound before invoking the target method. More... | |
Control used to invoke a method on the DataContext based on an event being raised by a UI control.
Definition at line 25 of file TriggerAction.cs.
Csla.Xaml.TriggerAction.TriggerAction | ( | ) |
Creates an instance of the object.
Definition at line 30 of file TriggerAction.cs.
|
static |
Gets or sets the name of the method to be invoked.
Definition at line 199 of file TriggerAction.cs.
|
static |
Gets or sets the value of a parameter to be passed to the invoked method.
Definition at line 217 of file TriggerAction.cs.
|
static |
Gets or sets a value indicating whether the MethodParameter value should be dynamically rebound before invoking the target method.
Definition at line 236 of file TriggerAction.cs.
|
static |
Gets or sets the target UI control.
Definition at line 155 of file TriggerAction.cs.
|
static |
Gets or sets the name of the event that will trigger the action.
Definition at line 177 of file TriggerAction.cs.
|
getset |
Gets or sets the name of the method to be invoked.
Definition at line 207 of file TriggerAction.cs.
|
getset |
Gets or sets the value of a parameter to be passed to the invoked method.
Definition at line 225 of file TriggerAction.cs.
|
getset |
Gets or sets a value indicating whether the MethodParameter value should be dynamically rebound before invoking the target method.
Definition at line 245 of file TriggerAction.cs.
|
getset |
Gets or sets the target UI control.
Definition at line 167 of file TriggerAction.cs.
|
getset |
Gets or sets the name of the event that will trigger the action.
Definition at line 189 of file TriggerAction.cs.