RatingCellOnKeyDown Method

This is overridden to handle digit 0 through 9 and +/- key presses

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnKeyDown(
	KeyEventArgs e,
	int rowIndex
)

Parameters

e  KeyEventArgs
The event arguments
rowIndex  Int32
The index of the row containing the cell

See Also