[]
        
(Showing Draft Content)

C1.Win.FlexGrid.KeyPressEditEventArgs.-ctor

KeyPressEditEventArgs Constructor

KeyPressEditEventArgs(int, int, char)

Initializes a new instance of the KeyPressEditEventArgs class.

Declaration
public KeyPressEditEventArgs(int row, int col, char key)
Parameters
Type Name Description
int row

The row index of the cell being edited when the key was pressed.

int col

The column index of the cell being edited when the key was pressed.

char key

The character corresponding to the key pressed.