Spread Silverlight Documentation
RowsSwappedEventArgs Constructor


The first row that is swapped during sorting.
The second row that is swapped during sorting.
Initializes a new instance of the RowsSwappedEventArgs class.
Syntax
'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)
public RowsSwappedEventArgs( 
   System.int row1,
   System.int row2
)

Parameters

row1
The first row that is swapped during sorting.
row2
The second row that is swapped during sorting.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RowsSwappedEventArgs Class
RowsSwappedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.