Click or drag to resize

BcfDataSetReleasingDataChanged Property

Gets a value indicating whether invocation of DataChanged is in process.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool ReleasingDataChanged { get; }

Property Value

Type: Boolean
if invocation of DataChanged is in process; otherwise, .
See Also