Initializes a new instance of the SortColEventArgs class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As SortFlags _
)
             
        
            
            public SortColEventArgs( 
   System.int ,
   SortFlags 
)
             
        
             
        
            パラメータ
- col
 
- The column that is being sorted.
 - order
 
- SortFlags value that determines the sorting order.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照