dotConnect for MySQL Documentation
Devart.Common Namespace / ConnectionLostEventArgs Class
Members

ConnectionLostEventArgs Class
Provides data for the ConnectionLost event.
Syntax
'Declaration
 
Public Class ConnectionLostEventArgs 
   Inherits System.EventArgs
 
Remarks
The ConnectionLost event is fired when connection was lost and LocalFailover property of MySqlConnection was set in true.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Devart.Common.ConnectionLostEventArgs

See Also