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