Initializes a new instance of the ValidateEditEventArgs class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As CheckEnum _
)
             
        
            
            public ValidateEditEventArgs( 
   System.int ,
   System.int ,
   CheckEnum 
)
             
        
             
        
            パラメータ
- row
 
- The row index of the cell being edited.
 - col
 
- The column index of the cell being edited.
 - check
 
- The new checkbox state about to be applied to the cell, if any.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照