ComponentOne FlexGrid for WinForms
KeyPressEditEventArgs Constructor

C1.Win.C1FlexGrid Namespace > KeyPressEditEventArgs Class : KeyPressEditEventArgs 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.
The character corresponding to the key pressed.
Initializes a new instance of the KeyPressEditEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal key As Char _
)
public KeyPressEditEventArgs( 
   int row,
   int col,
   char key
)

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.
key
The character corresponding to the key pressed.
See Also

Reference

KeyPressEditEventArgs Class
KeyPressEditEventArgs Members