CalculationWorks Logo
BcfCellValueChanged EventCalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

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: 1.1.0.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.

See Also

Reference