[]
        
(Showing Draft Content)

C1.Win.FlexGrid.KeyEditEventArgs.-ctor

KeyEditEventArgs Constructor

KeyEditEventArgs(int, int, KeyEventArgs)

Initializes a new instance of the KeyEditEventArgs class.

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

KeyEventArgs e

A KeyEventArgs object containing the keyboard data.