FormController Events

The FormController Object provides the following events.

NOTE: While using the this keyword (for example, this.view) in a FormController event to point to the current controller, ensure that the function is not a fat arrow function. If the function declaration is fat arrow type, the this keyword is taken from the parent scope and might not point to the current FormController. For more information, click here.