Mimer Data Provider v9.2

MimerRowUpdatingEventHandler Delegate

The method that will handle the RowUpdating event of an MimerDataAdapter.

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

Requirements

Namespace: Mimer.Data.Client

Assembly: Mimer.Data.Client (in Mimer.Data.Client.dll)

See Also

Mimer.Data.Client Namespace