ModuleController Events

Events

DatabaseErrorOccurredOccurs when a database error occurs and after all the DatabaseErrorHandler processed the error.
EndOccurs when the ModuleController ends. Raised once for each Run method. Preserves the last row data.
LoadOccurs when the ModuleController is executed, before the Start event and before the database query is constructed. Raised once for each Run method.
PreviewDatabaseErrorOccurs when a database error occurs and before all the DatabaseErrorHandler process the error.
ProcessingCommand 
StartOccurs when starts and after the Load event. Raised once for each Run method.

See Also