Raises the KeyDown event.
Namespace: CleanCode.DataGridViewControlsAssembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
protected override void OnKeyDown( KeyEventArgs e )
Parameters
- e
- Type: System.Windows.Forms KeyEventArgs
A KeyEventArgs that contains the event data.
Exceptions
Exception | Condition |
---|---|
System Exception | This action would cause the control to enter edit mode but initialization of the editing cell value failed and either there is no handler for the DataError event or the handler has set the ThrowException property to true. The exception object can typically be cast to type FormatException. |
See Also