EventTrigger<T> Properties
A base class for the EventToCommand behavior.
Name | Description |
---|---|
Actual |
Gets an actual event owner. This is a dependency property. |
Event |
Gets or sets the name of an event that triggers the associated command. This is a dependency property. |
Event |
Gets or sets a source object that raises the event. This is a dependency property. |
Is |
Gets whether the behavior is attached to its associated object. Inherited from Behavior. |
See Also