Click or drag to resize
BasicForm Events

The BasicForm type exposes the following members.

Events
  NameDescription
Public eventOnAfterDataLoad
After data load event.
Public eventOnAfterSave
After form data save event. It is called during saving process when the form content is successfully saved.
Public eventOnAfterValidate
After validation event.
Public eventOnBeforeDataLoad
Before data load event.
Public eventOnBeforeDataRetrieval
Before form data retrieval event. It is called during saving process after successful validation and before data are retrieved from form controls.
Public eventOnBeforeRedirect
Before redirect event (after successful save).
Public eventOnBeforeSave
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).
Public eventOnBeforeValidate
Before validation event.
Public eventOnDeleteFile
Occurs when the file is deleted.
Public eventOnGetControlValue
Occurs when a value is being extracted from a form control.
(Inherited from AbstractBasicForm.)
Public eventOnCheckPermissions
Occurs when permission can be checked. It is called at the beginning of the saving process.
Public eventOnItemValidation
Occurs when a field is validated.
Public eventOnSaveFailed
Occurs when saving data to the database fails.
Public eventOnUploadFile
Occurs when the file is uploaded.
Public eventOnValidationFailed
Occurs when validation of the form fails.
Top
See Also