Skip to main content

EventToCommand Fields

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