Npgsql API Documentation

NpgsqlConnection Events

[This is preliminary documentation and subject to change.]

The events of the NpgsqlConnection class are listed below. For a complete list of NpgsqlConnection class members, see the NpgsqlConnection Members topic.

Public Instance Events

CertificateSelectionCallback Mono.Security.Protocol.Tls.CertificateSelectionCallback delegate.
CertificateValidationCallback Mono.Security.Protocol.Tls.CertificateValidationCallback delegate.
Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
Notice Occurs on NoticeResponses from the PostgreSQL backend.
Notification Occurs on NotificationResponses from the PostgreSQL backend.
PrivateKeySelectionCallback Mono.Security.Protocol.Tls.PrivateKeySelectionCallback delegate.

See Also

NpgsqlConnection Class | Npgsql Namespace