Initializes a new instance of the
ColumnsSwappedEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal column1 As System.Integer, _
ByVal column2 As System.Integer _
)
'Usage
Dim column1 As System.Integer
Dim column2 As System.Integer
Dim instance As New ColumnsSwappedEventArgs(column1, column2)
public ColumnsSwappedEventArgs(
System.int column1,
System.int column2
)
Parameters
- column1
- The first column that is swapped during sorting.
- column2
- The second column that is swapped during sorting.
See Also