Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EventToCommand Fields
Show Inherited Hide Inherited

Executes a command in response to a raised event.
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