Skip to main content

Changed Property

Gets an observable that is fired when this property changes on any AvaloniaObject instance.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IObservable<AvaloniaPropertyChangedEventArgs> Changed { get; }

Property Value

IObservable(AvaloniaPropertyChangedEventArgs)
An observable that is fired when this property changes on any AvaloniaObject instance.

See Also

Reference

AvaloniaProperty Class
Avalonia Namespace