Base Combo Box CellOn Leave Method
This is overridden to clear the Ignore Next Click flag when leaving the cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override void OnLeave(
int rowIndex,
bool throughMouseClick
)VB
Protected Overrides Sub OnLeave (
rowIndex As Integer,
throughMouseClick As Boolean
)C++
protected:
virtual void OnLeave(
int rowIndex,
bool throughMouseClick
) overrideF#
abstract OnLeave :
rowIndex : int *
throughMouseClick : bool -> unit
override OnLeave :
rowIndex : int *
throughMouseClick : bool -> unit