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

EventTriggerBase<T>.SourceName Property

Gets or sets the name of the source object whose event is handled. This is a dependency property.

Namespace: DevExpress.Mvvm.UI.Interactivity

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public string SourceName { get; set; }

Property Value

Type Description
String

A System.String object specifying the name of the source object whose event is handled.

Remarks

To specify the source object’s event, use either the EventTriggerBase<T>.Event or the EventTriggerBase<T>.EventName property.

See Also