'Declaration Public Function New( _ ByVal row1 As System.Integer, _ ByVal row2 As System.Integer _ )
'Usage Dim row1 As System.Integer Dim row2 As System.Integer Dim instance As New RowsSwappedEventArgs(row1, row2)
Parameters
- row1
- The first row that is swapped during sorting.
- row2
- The second row that is swapped during sorting.