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

EventTrigger<T>.EventName Property

Gets or sets the name of an event that triggers the associated command. This is a dependency property.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

Declaration

[DP("Loaded", Handler = "OnEventNameChanged")]
public string EventName { get; set; }

Property Value

Type Default Description
String Loaded

The name of an event that triggers the associated command.

See Also