Npgsql Api Docs

NpgsqlRowUpdatingEventHandler Delegate

Represents the method that handles the RowUpdating events.

[Visual Basic]
Public Delegate Sub NpgsqlRowUpdatingEventHandler( _
   ByVal sender As Object, _
   ByVal e As NpgsqlRowUpdatingEventArgs _
)
[C#]
public delegate void NpgsqlRowUpdatingEventHandler(
   object sender,
   NpgsqlRowUpdatingEventArgs e
);

Parameters

sender
The source of the event.
e
A NpgsqlRowUpdatingEventArgs that contains the event data.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

Npgsql Namespace