Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.StateChange Event

Occurs when the state of the connection changes.

[Visual Basic]
Public Event StateChange As StateChangeEventHandler
[C#]
public event StateChangeEventHandler StateChange;

Remarks

The StateChange event is raised when the connection state changes from Closed to Opened, or from Opened to Closed.

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace