INotifyPropertiesChanged - Andrei15193/react-model-view-viewmodel GitHub Wiki
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
.
-
readonly
propertiesChanged - An event that is raised when one or more properties may have changed.
- FormCollection<TForm, TValidationError>
- FormCollection<TForm, TValidationError>
- ObservableCollection<TItem>
- ObservableMap<TKey, TItem>
- ObservableSet<TItem>
- ReadOnlyFormCollection<TForm, TValidationError>
- ReadOnlyObservableCollection<TItem>
- ReadOnlyObservableMap<TKey, TItem>
- ReadOnlyObservableSet<TItem>
- ViewModel