Table of Contents

Method DoInsideSuspendedPropertyChanged

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

DoInsideSuspendedPropertyChanged(Action, bool)

Calls the specified action inside block with suspended PropertyChanged event.

public void DoInsideSuspendedPropertyChanged(Action action, bool callChangedOnResume = true)

Parameters

action Action

Action to call.

callChangedOnResume bool

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