KeyPressEditEventArgs Class Members
In This Topic
The following tables list the members exposed by KeyPressEditEventArgs.
Public Constructors
Public 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. |
Top
See Also