Rating CellKey Up Unshares Row 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: 2024.12.31.0
True if a digit 0 through 9 or + or - is released, otherwise false
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool KeyUpUnsharesRow(
KeyEventArgs e,
int rowIndex
)VB
Protected Overrides Function KeyUpUnsharesRow (
e As KeyEventArgs,
rowIndex As Integer
) As BooleanC++
protected:
virtual bool KeyUpUnsharesRow(
KeyEventArgs^ e,
int rowIndex
) overrideF#
abstract KeyUpUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool
override KeyUpUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool Parameters
- e KeyEventArgs
- The event arguments
- rowIndex Int32
- The index of the row containing the cell
Return Value
BooleanTrue if a digit 0 through 9 or + or - is released, otherwise false