Skip to main content

EventTriggerBase<T>.SourceName Property

Specifies the name of the source object whose event is handled. This is a dependency property.

Namespace: DevExpress.WinUI.Mvvm.UI.Interactivity

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

Declaration

public string SourceName { get; set; }

Property Value

Type Description
String

The name of the source object whose event is handled.

See Also