Skip to main content

EventTriggerBase<T>.SourceObject Property

Specifies 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 object SourceObject { get; set; }

Property Value

Type Description
Object

The source object whose event is handled.

See Also