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

EventTriggerBase<T>.EventName Property

Gets or sets the name of the 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 string EventName { get; set; }

Property Value

Type Description
String

A System.String object specifying the name of the event that triggers the associated command.

See Also