Delegate NotificationEventHandler
Represents the method that handles the Notification events.
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public delegate void NotificationEventHandler(object sender, NpgsqlNotificationEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
NpgsqlNotificationEventArgs | e | A NpgsqlNotificationEventArgs that contains the event data. |