Click or drag to resize

ValidatableViewModelBaseValidateAsync 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
C#
public Task ValidateAsync(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the property that requires validation

Return Value

Type: Task

[Missing <returns> documentation for "M:Cauldron.XAML.ViewModels.ValidatableViewModelBase.ValidateAsync(System.String)"]

Implements

IValidatableViewModelValidateAsync(String)
See Also