Data Port Sync 1.0.500

SqlCeRowUpdatingEventHandler Delegate

[This is preliminary documentation and subject to change.]

Represents the method that will handle the RowUpdating event of a SqlCeDataAdapter.

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

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

Primeworks.DesktopSqlCe Namespace