| onAfterReset | fires after resetting the form |
| onAfterSave | fires after data has been saved in DB |
| onAfterValidate | fires after the validation |
| onBeforeChange | fires before the data in some input changed ( by user actions ) |
| onBeforeClear | fires before the user clears the list of files to upload (clicks the button ) |
| onBeforeDataLoad | fires after the data for the form received, but before it's assigned to actual fields |
| onBeforeFileAdd | fires when the user adds a file to the upload queue |
| onBeforeFileRemove | fires before the user removes a single file from the list of files to upload (clicks the button ) |
| onBeforeFileUpload | fires before file uploading has started |
| onBeforeReset | fires before resetting the form |
| onBeforeSave | fires before saving the form |
| onBeforeValidate | fires when validation has started but is not applied yet |
| onBlur | fires when the user moves the mouse pointer out of the input |
| onButtonClick | fires when the user clicks a button |
| onChange | fires when data in some input was changed |
| onClear | when the user clears the list of files to upload (clicks on button ) |
| onDisable | fires when the container is disabled after being enabled |
| onEditorAccess | fires when the user accesses the editor body |
| onEditorToolbarClick | fires when the user clicks the editor toolbar |
| onEnable | fires when the container control is enabled after being disabled |
| onEnter | fires on pressing the Enter button when the mouse pointer is set in an input control |
| onFileAdd | fires when the user adds a file to the upload queue |
| onFileRemove | fires when the user removes single file from the list of files to upload (clicks the button ) |
| onFocus | fires when an input gets focus |
| onImageUploadFail | fires when an image was uploaded incorrectly |
| onImageUploadSuccess | fires when an image was uploaded correctly |
| onInfo | fires when the user clicks the Info icon |
| onInputChange | fires when data in an input was changed and the cursor is still in this input |
| onKeydown | fires when the native "onkeydown" event is triggered |
| onKeyup | fires when the native "onkeyup" event is triggered |
| onOptionsLoaded | fires after the item options were completely loaded from the server to the client |
| onUploadCancel | fires when the user cancels uploading of a file (clicks the button ). |
| onUploadComplete | fires when all files from the list have been uploaded to the server |
| onUploadFail | fires when the file upload has failed |
| onUploadFile | fires when a single file from the list has been uploaded to the server |
| onValidateError | fires for each error during validation |
| onValidateSuccess | fires for each success during validation |
| onXLE | fires when the data loading is finished and a component or data is rendered |
| onXLS | fires when XML loading started |