Firebird ADO.NET Provider SDK Documentation - v1.7

FbRowUpdatedEventHandler Delegate

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

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

Parameters

sender
The source of the event.
e
The FbRowUpdatedEventArgs 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