ComponentOne FlexGrid for WinForms
KeyEditEventArgs Constructor

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.
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 _
)
public KeyEditEventArgs( 
   int row,
   int col,
   KeyEventArgs e
)

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

Reference

KeyEditEventArgs Class
KeyEditEventArgs Members