 | BcfViewManagerOnDataBindingError Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxprotected virtual void OnDataBindingError(
Object sender,
Exception ex
)
Protected Overridable Sub OnDataBindingError (
sender As Object,
ex As Exception
)
Parameters
- sender
- Type: SystemObject
The sender - ex
- Type: SystemException
The exception.
See Also