'Usage Dim column1 As Integer Dim column2 As Integer Dim instance As New ColumnsSwappedEventArgs(column1, column2)
Parameters
- column1
- The first column that is swapped during sorting.
- column2
- The second column that is swapped during sorting.
'Usage Dim column1 As Integer Dim column2 As Integer Dim instance As New ColumnsSwappedEventArgs(column1, column2)