Click or drag to resize
CalculationWorks Logo
BcfViewStateEventArgs Constructor (ListObject)
Initializes a new instance of the BcfViewStateEventArgs class.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public BcfViewStateEventArgs(
	List<Object> viewState
)

Parameters

viewState
Type: System.Collections.GenericListObject
State of the view.
Exceptions
ExceptionCondition
ArgumentNullExceptionviewState
See Also