Npgsql Api Docs

NpgsqlConnection.Notification Event

Occurs on NotificationResponses from the PostgreSQL backend.

[Visual Basic]
Public Event Notification As NotificationEventHandler
[C#]
public event NotificationEventHandler Notification;

See Also

NpgsqlConnection Class | Npgsql Namespace