Click or drag to resize

BcfViewManagerOnDataBindingError Method

Raises the DataBindingError-event.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.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