| 名前 | 解説 | |
|---|---|---|
![]()  | KeyEditEventArgs コンストラクタ | Initializes a new instance of the KeyEditEventArgs class. | 
KeyEditEventArgsデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | KeyEditEventArgs コンストラクタ | Initializes a new instance of the KeyEditEventArgs class. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Alt | Gets a value indicating whether the ALT key was pressed. | 
![]()  | Col | Gets the column index of the cell being edited when the key was pressed. | 
![]()  | Control | Gets a value indicating whether the CTRL key was pressed. | 
![]()  | Handled | Gets or sets a value indicating whether the event was handled and should be ignored by the control. | 
![]()  | KeyCode | Gets the key code for the event, which will be one of the System.Windows.Forms.Keys values. | 
![]()  | KeyData | Gets the key code for the key that was pressed, combined with modifier flags that indicate which combination of CTRL, SHIFT, and ALT keys were pressed at the same time. | 
![]()  | KeyValue | Gets the integer representation of the KeyData property. | 
![]()  | Modifiers | Gets the modifier flags, as defined in Keys. This indicates which combination of modifier keys (CTRL, SHIFT, and ALT) were pressed. | 
![]()  | Row | Gets the row index of the cell being edited when the key was pressed. | 
![]()  | Shift | Gets a value indicating whether the SHIFT key was pressed. |