dotConnect for SQL Server 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 Devart.Data.Sql.SqlConnection.ConnectionLost event is fired when connection was lost and Devart.Data.SqlServer.SqlConnection.LocalFailover property of Devart.Data.SqlServer.SqlConnection was set in true.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Devart.Common.ConnectionLostEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConnectionLostEventArgs Members
Devart.Common Namespace
Devart.Common.ConnectionLostEventHandler.