| DatabaseErrorOccurred | Occurs when a database error occurs and after all the DatabaseErrorHandler processed the error. |
| End | Occurs when the ModuleController ends. Raised once for each Run method. Preserves the last row data. |
| Load | Occurs when the ModuleController is executed, before the Start event and before the database query is constructed. Raised once for each Run method. |
| PreviewDatabaseError | Occurs when a database error occurs and before all the DatabaseErrorHandler process the error. |
| ProcessingCommand | |
| Start | Occurs when starts and after the Load event. Raised once for each Run method. |