Skip to main content

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.v23.2.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