BusinessProcess Events

Events

AbortRowOccurred 
AfterSavingRow 
BeforeExit 
DatabaseErrorOccurredOccurs when a database error occurs and after all the DatabaseErrorHandler processed the error.
EndOccurs when the BusinessProcess ends. Raised once for each Run method. Preserves the last row data.
EnterRowOccurs when a row is entered by this BusinessProcess and after that row was loaded from the database.
LeaveRowOccurs when A Row is left, and before it is saved to the database.
LoadOccurs when the BusinessProcess 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 
SavingRow Occurs when the BusinessProcess is about to save the row
StartOccurs when starts and after the Load event. Raised once for each Run method.

See Also