AvaloniaPropertyChangedEventArgsTProperty Property

Gets the property that changed.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public AvaloniaProperty<T> Property { get; }

Property Value

AvaloniaPropertyT
The property that changed.

See Also