BaseComboBoxCellOnLeave Method
This is overridden to clear the Ignore Next Click flag when leaving the cell
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnLeave(
int rowIndex,
bool throughMouseClick
)
Protected Overrides Sub OnLeave (
rowIndex As Integer,
throughMouseClick As Boolean
)
protected:
virtual void OnLeave(
int rowIndex,
bool throughMouseClick
) override
abstract OnLeave :
rowIndex : int *
throughMouseClick : bool -> unit
override OnLeave :
rowIndex : int *
throughMouseClick : bool -> unit
Parameters
- rowIndex Int32
- The row index.
- throughMouseClick Boolean
- True if user action moved the focus, false if it was programmatic