UIForm Events |
The UIForm type exposes the following members.
Name | Description | |
---|---|---|
OnAfterDataLoad |
After data load event.
(Inherited from BasicForm.) | |
OnAfterSave |
After form data save event. It is called during saving process when the form content is successfully saved.
(Inherited from BasicForm.) | |
OnAfterValidate |
After validation event.
(Inherited from BasicForm.) | |
OnBeforeDataLoad |
Before data load event.
(Inherited from BasicForm.) | |
OnBeforeDataRetrieval |
Before form data retrieval event. It is called during saving process after successful validation and before data are retrieved from form controls.
(Inherited from BasicForm.) | |
OnBeforeRedirect |
Before redirect event (after successful save).
(Inherited from BasicForm.) | |
OnBeforeSave |
Before form data save event. It is called during saving process after data are retrieved from form controls and can be processed further (e.g. saved to DB).
(Inherited from BasicForm.) | |
OnBeforeValidate |
Before validation event.
(Inherited from BasicForm.) | |
OnCheckPermissions |
Occurs when permission can be checked. It is called at the beginning of the saving process.
(Inherited from BasicForm.) | |
OnCreate |
Event for early initialization
| |
OnDeleteFile |
Occurs when the file is deleted.
(Inherited from BasicForm.) | |
OnGetControlValue |
Occurs when a value is being extracted from a form control.
(Inherited from AbstractBasicForm.) | |
OnItemValidation |
Occurs when a field is validated.
(Inherited from BasicForm.) | |
OnSaveFailed |
Occurs when saving data to the database fails.
(Inherited from BasicForm.) | |
OnUploadFile |
Occurs when the file is uploaded.
(Inherited from BasicForm.) | |
OnValidationFailed |
Occurs when validation of the form fails.
(Inherited from BasicForm.) |