Method DoInsideSuspendedPropertyChanged
DoInsideSuspendedPropertyChanged(Action, bool)
Calls the specified action inside block with suspended PropertyChanged event.
public void DoInsideSuspendedPropertyChanged(Action action, bool callChangedOnResume = true)
Parameters
action
ActionAction to call.
callChangedOnResume
boolWhether to call PropertyChanged event after action is executed and events are resumed. Optional. Default is True.