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.v19.1.dll

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