Click or drag to resize
CalculationWorks Logo
BcfHierarchicalViewManagerUpdateNavigationPreview Method
Updates the navigation preview.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.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 navigation is forward; else backward.
Exceptions
ExceptionCondition
ArgumentNullException preview or navigationChangeItems
See Also