AvaloniaPropertyChanged Property
Gets an observable that is fired when this property changes on any
AvaloniaObject instance.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IObservable<AvaloniaPropertyChangedEventArgs> Changed { get; }
Public ReadOnly Property Changed As IObservable(Of AvaloniaPropertyChangedEventArgs)
Get
member Changed : IObservable<AvaloniaPropertyChangedEventArgs> with get
Property Value
IObservableAvaloniaPropertyChangedEventArgs
An observable that is fired when this property changes on any
AvaloniaObject instance.