Show / Hide Table of Contents

Delegate NpgsqlRowUpdatedEventHandler

Represents the method that handles the RowUpdated events.

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

The source of the event.

NpgsqlRowUpdatedEventArgs e

A NpgsqlRowUpdatedEventArgs that contains the event data.

Back to top Generated by DocFX