Back to Devexpress

EventToCommand Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-eventtocommand-dot-underscore-properties.md

latest7.1 KB
Original Source

EventToCommand Properties

Executes a command in response to a raised event.

NameDescription
AllowChangingEventOwnerIsEnabledGets or sets whether the event source object’s IsEnabled property value reflects the command’s CanExecute method value. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandGets or sets the command to invoke when the associated event is raised. This is a dependency property. Inherited from EventToCommandBase.
CommandParameterGets or sets a parameter to pass to the EventToCommandBase.Command. This is a dependency property. Inherited from EventToCommandBase.
CommandTargetGets or sets the target element on which to raise the specified Command. This is a dependency property. Inherited from EventToCommandBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DispatcherPriorityGets or sets the priority of the Dispatcher that invokes the associated command. This is a dependency property. Inherited from EventToCommandBase.
EventGets or sets a routed event that triggers the associated command. Inherited from EventTriggerBase<T>.
EventArgsConverterGets or sets an object that converts the event’s argument to a command’s parameter. This is a dependency property.
EventNameGets or sets the name of an event that triggers the associated command. Inherited from EventTriggerBase<T>.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MarkRoutedEventsAsHandledGets or sets whether the associated routed event is marked as handled when the command is executed. This is a dependency property. Inherited from EventToCommandBase.
ModifierKeysGets or sets modifier keys that need to be pressed to call the command. This is a dependency property.
PassEventArgsToCommandGets or sets whether the event arguments are passed to the command. This is a dependency property.
ProcessEventsFromDisabledEventOwnerGets or sets whether the EventToCommand processes events for the source object even if the source object is disabled. This is a dependency property. Inherited from EventToCommandBase.
SourceGets the source object. Inherited from EventTriggerBase<T>.
SourceNameGets or sets the name of the source object that raises the event. This is a dependency property. Inherited from EventTriggerBase<T>.
SourceObjectGets or sets a source object that raises the event. This is a dependency property. Inherited from EventTriggerBase<T>.
UseDispatcherGets or sets if the EventToCommand behavior uses the Dispatcher to call the command. This is a dependency property. Inherited from EventToCommandBase.

See Also

EventToCommand Class

EventToCommand Members

DevExpress.Mvvm.UI Namespace