IObserver
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Observers
Summary:
Defines an instance that observes for changes.
Methods
// Initializes the observer, if there is already an instance being observed, it is disposed.
| Object instance | // The instance to observe. |
)
// Disposes the observer.