Skip to main content

EventToCommand Class

A trigger that invokes a command when a specific event is fired.

Namespace: DevExpress.WinUI.Mvvm.UI

Assembly: DevExpress.WinUI.Core.v21.1.dll

Declaration

public class EventToCommand :
    EventToCommandBase

Remarks

See the following topic for more information: EventToCommand.

Inheritance

Object
DependencyObject
DevExpress.WinUI.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior
DevExpress.WinUI.Mvvm.UI.Interactivity.TriggerBase
DevExpress.WinUI.Mvvm.UI.Interactivity.TriggerBase<DependencyObject>
EventTriggerBase<DependencyObject>
DevExpress.WinUI.Mvvm.UI.Interactivity.EventTrigger
EventToCommandBase
EventToCommand
See Also