Click or drag to resize
CalculationWorks Logo
BcfViewManagerProcessingDataSetChanges Property
Gets a value indicating whether currently processing dataset changes.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public bool ProcessingDataSetChanges { get; }

Property Value

Type: Boolean
true if currently processing dataset changes; otherwise, false.
Remarks

ProcessingDataSetChanges is true while:

Update process works when a BcfTransaction (not a subtransaction) commits or Undo or Redo is called

See Also