Click or drag to resize
CalculationWorks Logo
BcfNavigationStateRecord Constructor
Initializes a new instance of the BcfNavigationStateRecord class.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public BcfNavigationStateRecord(
	List<Object> viewState,
	BcfNavigationState[] navigationStates
)

Parameters

viewState
Type: System.Collections.GenericListObject
State of the view.
navigationStates
Type: CalculationWorks.ViewModel.FormsBcfNavigationState
The navigation states.
See Also