Click or drag to resize
CalculationWorks Logo
BcfHierarchicalViewManagerCanRestoreNavigationState Method
Determines whether at lease one entry in preview can be restored.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
protected virtual bool CanRestoreNavigationState(
	BcfNavigationHelperDataSet preview
)

Parameters

preview
Type: CalculationWorks.ViewModel.Forms.NavigationBcfNavigationHelperDataSet
The preview.

Return Value

Type: Boolean
true if t lease one entry in preview can be restored; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionpreview is null
See Also