Sender Property
Gets the AvaloniaObject that the property changed on.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public AvaloniaObject Sender { get; }
Public ReadOnly Property Sender As AvaloniaObject
Get
member Sender : AvaloniaObject with get
Property Value
AvaloniaObject
The sender object.