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)
- C#
- VB
- F#
public IObservable<AvaloniaPropertyChangedEventArgs<TValue>> Changed { get; }
Public ReadOnly Property Changed As IObservable(Of AvaloniaPropertyChangedEventArgs(Of TValue))
Get
member Changed : IObservable<AvaloniaPropertyChangedEventArgs<'TValue>> with get
Property Value
IObservable(AvaloniaPropertyChangedEventArgs(TValue))
An observable that is fired when this property changes on any AvaloniaObject instance.