Click or drag to resize

BcfViewManagerOnDataBindingError Method

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

Raises the DataBindingError-event.

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

Parameters

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