Back to Devexpress

EventTriggerBase<T> Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-interactivity-dot-eventtriggerbase-1-dot-underscore-properties.md

latest3.6 KB
Original Source

EventTriggerBase<T> Properties

A base class for the EventToCommand behavior.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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.
EventGets or sets a routed event that triggers the associated command.
EventNameGets or sets the name of an event that triggers the associated command.
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.
SourceGets the source object.
SourceNameGets or sets the name of the source object that raises the event. This is a dependency property.
SourceObjectGets or sets a source object that raises the event. This is a dependency property.

See Also

EventTriggerBase<T> Class

EventTriggerBase<T> Members

DevExpress.Mvvm.UI.Interactivity Namespace