Click or drag to resize

BcfViewManagerUpdateProgress Enumeration

State of view-managers process.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public enum BcfViewManagerUpdateProgress
Members
  Member nameValueDescription
None0 Merge competed.
ProcessingChanges1 View-manager processes data-updates. Simple row-view notification events will be deferred (DeferPropertyChanged).
PublishingChangeEvents2 View-manager processes data-updates and raises the deferred notification events.
See Also