Table of Contents

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

propertyName string

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler