Initializes a new instance of the KeyEditEventArgs class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Windows.Forms.KeyEventArgs _
)
             
        
            
            public KeyEditEventArgs( 
   System.int ,
   System.int ,
   System.Windows.Forms.KeyEventArgs 
)
             
        
             
        
            パラメータ
- row
 
- The row index of the cell being edited when the key was pressed.
 - col
 
- The column index of the cell being edited when the key was pressed.
 - e
 
- A System.Windows.Forms.KeyEventArgs object containing the keyboard data.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照