AvaloniaProperty<TValue>.

Changed Property

Summary

Gets an observable that is fired when this property changes on any AvaloniaObject instance.
Namespace
Avalonia
Containing Type
AvaloniaProperty<TValue>

Syntax

public IObservable<AvaloniaPropertyChangedEventArgs<TValue>> Changed { get; }

Value

Type Description
IObservable<AvaloniaPropertyChangedEventArgs<TValue>> An observable that is fired when this property changes on any AvaloniaObject instance.