Click or drag to resize

BcfViewManagerOnDataBindingError Method

Raises the DataBindingError-event.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
protected virtual void OnDataBindingError(
	Object sender,
	Exception ex
)

Parameters

sender
Type: SystemObject
The sender
ex
Type: SystemException
The exception.
See Also