Show / Hide Table of Contents

Delegate NoticeEventHandler

Represents a method that handles the Notice event.

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 notice information (e.g. message, severity...).

Back to top Generated by DocFX