dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnection Class

In This Topic
    MySqlConnection Class Events
    In This Topic

    For a list of all members of this type, see MySqlConnection members.

    Public Events
     NameDescription
    Public EventThe event occurs when performing keyboard-interactive authentication.  
    Public EventThis event occurs when connection is lost.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when MySQL returns an error.  
    Public EventOccurs when MySQL returns a warning or informational message.  
    Public EventThe event occurs when host key verification during establishing connection failed.  
    Public EventOccurs when the state of the connection changes. (Inherited from Devart.Common.DbConnectionBase)
    Public EventOccurs when the state of the transaction is changed. (Inherited from Devart.Common.DbConnectionBase)
    Public EventOccurs when the state of the transaction is changing. (Inherited from Devart.Common.DbConnectionBase)
    Top
    See Also