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

EventTriggerBase<T>.Event Property

Gets or sets a routed event that triggers the associated command.

Namespace: DevExpress.Mvvm.UI.Interactivity

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

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

Declaration

public RoutedEvent Event { get; set; }

Property Value

Type Description
RoutedEvent

A RoutedEvent object specifying the event that triggers the associated command.

See Also