Data.Win.ADODB.TADOConnection Events
InheritedProtected
| AfterConnect | published | Occurs after a connection is established. |
| AfterDisconnect | published | Occurs after the connection closes. |
| BeforeConnect | published | Occurs immediately before establishing a connection. |
| BeforeDisconnect | published | Occurs immediately before the connection closes. |
| OnBeginTransComplete | published | Occurs after beginning a transaction. |
| OnCommitTransComplete | published | Occurs after committing a transaction. |
| OnConnectComplete | published | Occurs after starting a connection. |
| OnDisconnect | published | Occurs after a connection is terminated. |
| OnExecuteComplete | published | Occurs after a command is executed. |
| OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
| OnInfoMessage | published | Occurs when information messages are received from the data store connection. |
| OnLogin | published | Occurs when a communication channel opens to the server. |
| OnRollbackTransComplete | published | Occurs after rolling back a transaction. |
| OnWillConnect | published | Occurs after a request to start a connection. |
| OnWillExecute | published | Occurs after a database server signals acceptance of a command execution. |