Data Port Sync 1.0.500

SqlCeRowUpdatedEventHandler Delegate

[This is preliminary documentation and subject to change.]

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

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

Requirements

Namespace: Primeworks.DesktopSqlCe

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

See Also

Primeworks.DesktopSqlCe Namespace