[]
Provides data for the KeyPressEdit event.
public class KeyPressEditEventArgs : EventArgs
Name | Description |
---|---|
KeyPressEditEventArgs(int, int, char) | Initializes a new instance of the KeyPressEditEventArgs class. |
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. |