AvaloniaPropertyChangedEventArgs<T>.

Property Property

Summary

Gets the property that changed.
Namespace
Avalonia
Containing Type
AvaloniaPropertyChangedEventArgs<T>

Syntax

public AvaloniaProperty<T> Property { get; }

Value

Type Description
AvaloniaProperty<T> The property that changed.