Class INotifyable
- Namespace
- PlumJsonAnimator.Models.Interfaces
- Assembly
- PlumJsonAnimator.dll
Interface for all observable objects
public abstract class INotifyable : INotifyPropertyChanged
- Inheritance
-
INotifyable
- Implements
- Derived
- Inherited Members
Methods
OnPropertyChanged(string)
protected virtual void OnPropertyChanged(string propertyName = "")
Parameters
propertyNamestring
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler? PropertyChanged