Click or drag to resize
CalculationWorks Logo
BcfCellValueChanged Event
Occurs when Value property has been changed. This event is deferred until the last BcfTransaction is committed.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public event EventHandler ValueChanged

Value

Type: SystemEventHandler
Remarks

The event will be raised as often as the value property has been changed within the transaction. Undone changes via BcfTransaction rollback will not raise the event.

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also