Interface FormChangedEventHandler
- All Superinterfaces:
BrowserEventHandler
Form changed event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onChanged
(FormChangedEvent event) Form changed event handler
-
Method Details
-
onChanged
Form changed event handler
The event handler will be called, when a form's contents are changed. This can happen if the program start the editing of a new record, loads a previously saved record, or if a user changes anything on any of the form's fields.
- Parameters:
event
- The event object- See Also:
-