Spread WPF Documentation
ColumnsSwappedEventArgs Constructor


The first column that is swapped during sorting.
The second column that is swapped during sorting.
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ColumnsSwappedEventArgs Class
ColumnsSwappedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.