Skip to main content

EventTriggerBase<T>.EventName Property

Specifies the name of the event that triggers the associated command. This is a dependency property.

Namespace: DevExpress.WinUI.Mvvm.UI.Interactivity

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

Declaration

public string EventName { get; set; }

Property Value

Type Description
String

The name of the event that triggers the associated command.

See Also