C1.Win.C1FlexGrid Namespace / KeyEditEventArgs Class / KeyEditEventArgs Constructor
The row index of the cell being edited when the key was pressed.
The column index of the cell being edited when the key was pressed.
A System.Windows.Forms.KeyEventArgs object containing the keyboard data.

In This Topic
KeyEditEventArgs Constructor
In This Topic
Initializes a new instance of the KeyEditEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal e As KeyEventArgs _
)
 

Parameters

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.
See Also