Skip to content

ViewModel.propertiesChanged

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / ViewModel / propertiesChanged property

An event that is raised when one or more properties may have changed.

Property type: IPropertiesChangedEvent<this>.

public get propertiesChanged(): IPropertiesChangedEvent<this>

Source reference: src/viewModels/ViewModel.ts:20.

Clone this wiki locally