EventToCommandBase Properties
A base class for the EventToCommand behavior.
Name | Description |
---|---|
Actual |
Gets an actual event owner. This is a dependency property.
Inherited from Event |
Command | Gets or sets the command to invoke when the associated event is raised. This is a dependency property. |
Command |
Gets or sets a parameter to pass to the Command. This is a dependency property. |
Dispatcher |
Gets or sets the priority of the Dispatchernull which means that the Dispatcher |
Event |
Gets or sets the name of an event that triggers the associated command. This is a dependency property.
Inherited from Event |
Event |
Gets or sets a source object that raises the event. This is a dependency property.
Inherited from Event |
Is |
Gets whether the behavior is attached to its associated object. Inherited from Behavior. |
Mark |
Gets or sets whether the associated routed event is marked as handled when the command is executed. This is a dependency property. |
Process |
Gets or sets whether the Event |
See Also