IAsyncValidationContext.RegisterOnStart method
Namespace: NextDesign.Core
Description
Register additional validation actions to be executed only once at the start of validation.
argument
| Name | Type | Description |
|---|
| validateAction | Action<IAsyncValidationContext> | Additional validation action. |
Return value