RatingCellKeyUpUnsharesRow Method

Indicates whether the parent row is unshared if the user releases a key while the focus is on the cell.

Definition

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

Parameters

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

Return Value

Boolean
True if a digit 0 through 9 or + or - is released, otherwise false

See Also