 | BcfRowViewNotifyErrorsChanged Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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