MySqlConnection Events
From MySQL Connector/Net
The MySqlConnection type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.) | |
| InfoMessage | Occurs when MySQL returns warnings as a result of executing a command or query. | |
| StateChange |
Occurs when the state of the event changes.
(Inherited from DbConnection.) |