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

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

Determines whether this instance [can restore navigation state] the specified preview.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.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 this instance [can restore navigation state] the specified preview; otherwise, false.
Exceptions

ExceptionCondition
ArgumentNullExceptionpreview is null
See Also

Reference