Supplies information about a InvalidSubmit event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class FormInvalidSubmitEventArgsSupplies information about a InvalidSubmit event that is being raised.
public FormInvalidSubmitEventArgs()Gets the validation errors.
public IEnumerable<string> Errors { get; set; }
| Type | Description |
|---|---|
| IEnumerable<string> | Gets the validation errors. |