Click or drag to resize

BcfBindingSourceNavigateTo Method (BcfRow)

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

Navigates to the specified BcfRow.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public virtual bool NavigateTo(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The BcfRow.

Return Value

Type: Boolean
true if CurrentRow is set to row, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionrow is null.
ArgumentExceptionrow does not belongs to Table
See Also