4 overrides of OnLeave
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
493
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
846
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1648
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
557
protected override void
OnLeave
(int rowIndex, bool throughMouseClick)
2 references to OnLeave
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2900
OnLeave
(rowIndex, throughMouseClick);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6661
public new void OnLeave(int rowIndex, bool throughMouseClick) => base.
OnLeave
(rowIndex, throughMouseClick);