Click or drag to resize

BcfViewManagerOnDataBindingError Method

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

Raises the DataBindingError-event.

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

Parameters

sender
Type: SystemObject
The sender
ex
Type: SystemException
The exception.
Version Information

BCF

Supported in: 4.0
See Also