Data Port Sync 1.0.500

SqlCeRowLoadedEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Builds an SqlCeRowLoadedEventArgs object from a row number.

[Visual Basic]
Public Sub New( _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
)
[C#]
public SqlCeRowLoadedEventArgs(
   Int32 nRowNumber,
   Int32 nRowCount
);

Parameters

Int32
Int32

See Also

SqlCeRowLoadedEventArgs Class | Primeworks.DesktopSqlCe Namespace