Summary
Gets an observable that is fired when this property changes on any
AvaloniaObject
instance.
- Namespace
- Avalonia
- Containing Type
- AvaloniaProperty
Syntax
public IObservable<AvaloniaPropertyChangedEventArgs> Changed { get; }
Value
Type | Description |
---|---|
IObservable |
An observable that is fired when this property changes on any
AvaloniaObject instance.
|