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

EventTriggerBase<T>.SourceObject Property

Gets or sets 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 object SourceObject { get; set; }

Property Value

Type Description
Object

An object specifying 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