AvaloniaPropertyChangedEventArgsSender Property

Gets the AvaloniaObject that the property changed on.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public AvaloniaObject Sender { get; }

Property Value

AvaloniaObject
The sender object.

See Also