Method ResumePropertyChanged
ResumePropertyChanged(bool)
Resumes PropertyChanged event and OnPropertyChanged(string?) method so they will be called when properties are changed.
public virtual void ResumePropertyChanged(bool callChangedOnResume = true)
Parameters
callChangedOnResume
boolWhether to call PropertyChanged event after action is executed and events are resumed. Optional. Default is True.