Show / Hide Table of Contents

Delegate NoticeEventHandler

Represents the method that handles the Notification events.

Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public delegate void NoticeEventHandler(object sender, NpgsqlNoticeEventArgs e);
Parameters
Type Name Description
System.Object sender

The source of the event.

NpgsqlNoticeEventArgs e

A NpgsqlNoticeEventArgs that contains the event data.

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