FormEventBuilder
Methods
Validate(System.String)
Defines the handler of the Validate client-side event. 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)
Defines the handler of the ValidateField client-side event. 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)
Defines the handler of the Change client-side event. 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)
Defines the handler of the Submit client-side event. 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)
Defines the handler of the Clear client-side event. 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.