Skip to content

INotifyPropertiesChanged

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / INotifyPropertiesChanged interface

A core interface for objects that notify subscribers when their properties have changed. Components can react to this and display the new value as a consequence.

interface INotifyPropertiesChanged

Source reference: src/viewModels/INotifyPropertiesChanged.ts:6.

Properties

  • readonly propertiesChanged - An event that is raised when one or more properties may have changed.

Implementations

Clone this wiki locally