Skip to main content
A newer version of this page is available. .

EventToCommand Fields

A trigger that invokes a command when a specific event is fired.
Name Description
AllowChangingEventOwnerIsEnabledProperty static Identifies the EventToCommand.AllowChangingEventOwnerIsEnabled dependency property.
CommandParameterProperty static Identifies the EventToCommandBase.CommandParameter dependency property. Inherited from EventToCommandBase.
CommandProperty static Identifies the EventToCommandBase.Command dependency property. Inherited from EventToCommandBase.
CommandTargetProperty static Identifies the CommandTarget dependency property. Inherited from EventToCommandBase.
DispatcherPriorityProperty static Identifies the EventToCommandBase.DispatcherPriority dependency property. Inherited from EventToCommandBase.
EventArgsConverterProperty static Identifies the EventToCommand.EventArgsConverter dependency property.
EventNameProperty static Identifies the EventTriggerBase<T>.EventNameProperty dependency property. Inherited from EventTriggerBase<T>.
EventProperty static Identifies the EventTriggerBase<T>.EventProperty dependency property. Inherited from EventTriggerBase<T>.
MarkRoutedEventsAsHandledProperty static Identifies the EventToCommandBase.MarkRoutedEventsAsHandled dependency property. Inherited from EventToCommandBase.
ModifierKeysProperty static Identifies the EventToCommand.ModifierKeys dependency property.
PassEventArgsToCommandProperty static Identifies the EventToCommand.PassEventArgsToCommand dependency property.
ProcessEventsFromDisabledEventOwnerProperty static Identifies the EventToCommandBase.ProcessEventsFromDisabledEventOwner dependency property. Inherited from EventToCommandBase.
SourceNameProperty static Identifies the EventTriggerBase<T>.SourceNameProperty dependency property. Inherited from EventTriggerBase<T>.
SourceObjectProperty static Identifies the EventTriggerBase<T>.SourceObjectProperty dependency property. Inherited from EventTriggerBase<T>.
UseDispatcherProperty static Identifies the EventToCommandBase.UseDispatcher dependency property. Inherited from EventToCommandBase.
See Also