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

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.v22.1.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