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

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

Updates the navigation preview.

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

protected void UpdateNavigationPreview(
	BcfNavigationHelperDataSet preview,
	IEnumerable<IBcfUndoRedoItem> navigationChangeItems,
	bool forward
)

Parameters

preview
Type: CalculationWorks.ViewModel.Forms.NavigationBcfNavigationHelperDataSet
The preview.
navigationChangeItems
Type: System.Collections.GenericIEnumerableIBcfUndoRedoItem
The navigation change items.
forward
Type: SystemBoolean
if set to true [forward].
Exceptions

ExceptionCondition
ArgumentNullException preview or navigationChangeItems
See Also

Reference