| IValidatableViewModelValidateAsync Method (String) |
Starts a validation on a property defined by name.
Namespace:
Cauldron.XAML.ViewModels
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax Parameters
- propertyName
- Type: SystemString
The name of the property that requires validation
Return Value
Type:
Task[Missing <returns> documentation for "M:Cauldron.XAML.ViewModels.IValidatableViewModel.ValidateAsync(System.String)"]
See Also