FormInvalidSubmitEventArgs Class

Supplies information about a InvalidSubmit event that is being raised.

Inheritance

Object

FormInvalidSubmitEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class FormInvalidSubmitEventArgs

Constructors

FormInvalidSubmitEventArgslink

Supplies information about a InvalidSubmit event that is being raised.

Declaration
public FormInvalidSubmitEventArgs()

Properties

Errorslink

Gets the validation errors.

Declaration
public IEnumerable<string> Errors { get; set; }
Property Value
Type Description
IEnumerable<string>Gets the validation errors.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙