Skip to main content

EventTrigger<T>.EventOwner Property

Gets or sets a source object that raises the event. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnEventOwnerChanged")]
public object EventOwner { get; set; }

Property Value

Type Description
Object

A behavior’s source object.

See Also