Show / Hide Table of Contents

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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX