Click or drag to resize

BcfViewManagerUpdateCell Method

Normal (non-virtual) BcfRowView.SetValue(BcfColumn, Object) is redirected to this virtual method. So you can perform operations before a transaction is created or create a transaction explicitly.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
protected virtual void UpdateCell(
	BcfCell cell,
	Object value
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCell
The BcfCell to update.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncell is
Remarks
While CurrentTransaction is and valueequalsValue of cell the update is omitted.
See Also