ExtendedDataGridView OnKeyDown Method CleanCode C# Libraries v1.2.03 API
Raises the OnlineKeyDown event.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

protected override void OnKeyDown(
	KeyEventArgs e
)
Exceptions

ExceptionCondition
OnlineSystem ExceptionThis 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