RatingCellKeyUpUnsharesRow Method
Indicates whether the parent row is unshared if the user releases a key while the focus is on the
cell.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool KeyUpUnsharesRow(
KeyEventArgs e,
int rowIndex
)
Protected Overrides Function KeyUpUnsharesRow (
e As KeyEventArgs,
rowIndex As Integer
) As Boolean
protected:
virtual bool KeyUpUnsharesRow(
KeyEventArgs^ e,
int rowIndex
) override
abstract KeyUpUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool
override KeyUpUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool
- e KeyEventArgs
- The event arguments
- rowIndex Int32
- The index of the row containing the cell
BooleanTrue if a digit 0 through 9 or + or - is released, otherwise false