AvaloniaPropertyTValueChanged 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) Version: 11.3.999
public IObservable<AvaloniaPropertyChangedEventArgs<TValue>> Changed { get; }

Property Value

IObservableAvaloniaPropertyChangedEventArgsTValue
An observable that is fired when this property changes on any AvaloniaObject instance.

See Also