Click or drag to resize
CalculationWorks Logo
BcfHierarchicalViewManagerNavigationStatePreviewEqualsCurrent Method
Indicates whether the historical view state equals current.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.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 the historical view state equals current, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionpreview is null
ArgumentNullExceptioncurrentViewState is null
See Also