 | BcfRowViewNotifyErrorsChanged 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
Syntaxpublic virtual void NotifyErrorsChanged(
string propertyName = null
)
Public Overridable Sub NotifyErrorsChanged (
Optional propertyName As String = Nothing
)
Parameters
- propertyName (Optional)
- Type: SystemString
Name of the property.
See Also