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
Object sender

The source of the event.

NpgsqlRowUpdatedEventArgs e

A NpgsqlRowUpdatedEventArgs that contains the event data.

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