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

In This Topic
    ConnectionLostEventArgs Class
    In This Topic
    Provides data for the ConnectionLost event.
    Syntax
    'Declaration
     
    Public Class ConnectionLostEventArgs 
       Inherits System.EventArgs
    public class ConnectionLostEventArgs : System.EventArgs 
    Remarks
    The Devart.Data.PgSql.PgSqlConnection.ConnectionLost event is fired when connection was lost and Devart.Data.PostgreSql.PgSqlConnection.LocalFailover property of Devart.Data.PostgreSql.PgSqlConnection was set in true.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Devart.Common.ConnectionLostEventArgs

    See Also

    Reference

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