Class FormEventArgs
SPecifies the form event arguments.
Inheritance
System.Object
FormEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class FormEventArgs : Object
Constructors
FormEventArgs()
Declaration
public FormEventArgs()
Properties
Element
Returns the input element.
Declaration
public DOM Element { get; set; }
Property Value
Type |
---|
DOM |
ErrorElement
Returns the error element for corresponding input.
Declaration
public DOM ErrorElement { get; set; }
Property Value
Type |
---|
DOM |
InputName
Returns the name of the input element.
Declaration
public string InputName { get; set; }
Property Value
Type |
---|
System.String |
Message
Returns the error message.
Declaration
public string Message { get; set; }
Property Value
Type |
---|
System.String |
Status
Returns the status input element.
Declaration
public string Status { get; set; }
Property Value
Type |
---|
System.String |