Click or drag to resize
CustomTableForm Events

The CustomTableForm type exposes the following members.

Events
  NameDescription
Public eventOnAfterDataLoad
After data load event.
(Inherited from BasicForm.)
Public eventOnAfterSave
After form data save event. It is called during saving process when the form content is successfully saved.
(Inherited from BasicForm.)
Public eventOnAfterValidate
After validation event.
(Inherited from BasicForm.)
Public eventOnBeforeDataLoad
Before data load event.
(Inherited from BasicForm.)
Public eventOnBeforeDataRetrieval
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.)
Public eventOnBeforeRedirect
Before redirect event (after successful save).
(Inherited from BasicForm.)
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).
(Inherited from BasicForm.)
Public eventOnBeforeValidate
Before validation event.
(Inherited from BasicForm.)
Public eventOnDeleteFile
Occurs when the file is deleted.
(Inherited from BasicForm.)
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.
(Inherited from BasicForm.)
Public eventOnItemValidation
Occurs when a field is validated.
(Inherited from BasicForm.)
Public eventOnSaveFailed
Occurs when saving data to the database fails.
(Inherited from BasicForm.)
Public eventOnUploadFile
Occurs when the file is uploaded.
(Inherited from BasicForm.)
Public eventOnValidationFailed
Occurs when validation of the form fails.
(Inherited from BasicForm.)
Top
See Also