CalculationWorks Logo
BcfHierarchicalViewManagerNavigationStatePreviewEqualsCurrent Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Navigations the state preview equals current.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

protected virtual bool NavigationStatePreviewEqualsCurrent(
	BcfNavigationHelperDataSet preview,
	List<Object> currentViewState
)

Parameters

preview
Type: CalculationWorks.ViewModel.Forms.NavigationBcfNavigationHelperDataSet
The preview.
currentViewState
Type: System.Collections.GenericListObject
State of the current view.

Return Value

Type: Boolean
true if the state preview equals current, false otherwise.
Exceptions

ExceptionCondition
ArgumentNullExceptionpreview is null
ArgumentNullExceptioncurrentViewState is null
See Also

Reference