Skip to main content
A newer version of this page is available. .

EventTriggerBase<T> Class

A base class for the EventToCommand behavior.

Namespace: DevExpress.Mvvm.UI.Interactivity

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class EventTriggerBase<T> :
    TriggerBase<T>
    where T : DependencyObject

Type Parameters

Name
T

Remarks

See EventToCommand to learn more.

Inheritance

Show 14 items
Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.TriggerBase
DevExpress.Mvvm.UI.Interactivity.TriggerBase<T>
See Also