Back to Devexpress

EventToCommandBase Properties

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

latest5.7 KB
Original Source

EventToCommandBase Properties

A base class for the EventToCommand behavior.

NameDescription
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.
CommandParameterGets or sets a parameter to pass to the EventToCommandBase.Command. This is a dependency property.
CommandTargetGets or sets the target element on which to raise the specified Command. This is a dependency property.
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.
EventGets or sets a routed event that triggers the associated command. Inherited from EventTriggerBase<T>.
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.
ProcessEventsFromDisabledEventOwnerGets or sets whether the EventToCommand processes events for the source object even if the source object is disabled. This is a dependency property.
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.

See Also

EventToCommandBase Class

EventToCommandBase Members

DevExpress.Mvvm.UI Namespace