Firebird ADO.NET Provider SDK Documentation - v1.7

FbRowUpdatingEventHandler Delegate

Represents the method that will handle the RowUpdating event of an FbDataAdapter.

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

Parameters

sender
The source of the event.
e
The FbRowUpdatingEventArgs that contains the event data.

Requirements

Namespace: FirebirdSql.Data.Firebird

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FirebirdSql.Data.Firebird Namespace