Table of Contents

Method ResumePropertyChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 bool

Whether to call PropertyChanged event after action is executed and events are resumed. Optional. Default is True.