[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.KeyPressEditEventArgs

KeyPressEditEventArgs Class

Provides data for the KeyPressEdit event.

Inheritance
KeyPressEditEventArgs
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class KeyPressEditEventArgs : EventArgs

Constructors

Name Description
KeyPressEditEventArgs(int, int, char)

Initializes a new instance of the KeyPressEditEventArgs class.

Properties

Name Description
Col

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

Handled

Gets or sets a value indicating whether the event was handled and should be ignored by the control.

KeyChar

Gets the character corresponding to the key pressed.

Row

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