| ValidatableViewModelBaseOnValidation Method |
Occures on validation
Namespace:
Cauldron.XAML.ViewModels
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax protected virtual void OnValidation(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
The property name that is going to be validated. If the propertyName
is empty the validation has occured for all properties.
See Also