Npgsql Api Docs

NotificationEventHandler Delegate

Represents the method that handles the Notification events.

[Visual Basic]
Public Delegate Sub NotificationEventHandler( _
   ByVal sender As Object, _
   ByVal e As NpgsqlNotificationEventArgs _
)
[C#]
public delegate void NotificationEventHandler(
   object sender,
   NpgsqlNotificationEventArgs e
);

Parameters

sender
The source of the event.
e
A NpgsqlNotificationEventArgs that contains the event data.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

Npgsql Namespace