PropertyChangeObserver
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Observers
Summary:
A class that tracks the PropertyChanged event.
Object
=>
PropertyChangeObserver
Constructors
// A class that tracks the PropertyChanged event.
| Action onChange, | // An action that is called when a property in the tracked item. |
| Action<Object> onInitialized, | // An action that is called when the observer is initialized with an instance. |
| Action<Object> onDisposed | // An action that is called when the observer is disposed. |
)
Methods
// Initializes the observer, if there is already an instance being observed, it is disposed.
| Object instance | // The instance to observe. |
)
// Disposes the observer.