Data Port Sync 1.0.500

SyncEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the class.

[Visual Basic]
Public Sub New( _
   ByVal ChangedRow As ChangedRow, _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
)
[C#]
public SyncEventArgs(
   ChangedRow row,
   Int32 iRowIndex,
   Int32 nRowCount
);

Parameters

ChangedRow
Associated ChangedRow object.
Int32
Zero-based index of the row.
Int32
Total number of detected changed rows.

See Also

SyncEventArgs Class | Primeworks.DataPortSync Namespace