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