Skip to main content

EventTrigger<T> Properties

A base class for the EventToCommand behavior.
Name Description
ActualEventOwner Gets an actual event owner. This is a dependency property.
EventName Gets or sets the name of an event that triggers the associated command. This is a dependency property.
EventOwner Gets or sets a source object that raises the event. This is a dependency property.
IsAttached Gets whether the behavior is attached to its associated object. Inherited from Behavior.
See Also