FormEventBuilder
Methods
Validate(System.String)
Fired when the validation of the entire form completes.
For more information see Validate event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the validate event.
ValidateField(System.String)
Fired when the validation state of a field changes.
For more information see ValidateField event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the validateField event.
Change(System.String)
Triggered when the form model is updated.
For more information see Change event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the change event.
Submit(System.String)
Triggered when the form is submitted.
For more information see Submit event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the submit event.
Clear(System.String)
Triggered when the form is cleared.
For more information see Clear event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the clear event.