DataGridViewCell::OnLeave Method (Int32, Boolean)
.NET Framework (current version)
Called when the focus moves from a cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the cell's parent row.
- throughMouseClick
-
Type:
System::Boolean
true if a user action moved focus from the cell; false if a programmatic operation moved focus from the cell.
This method is similar to the DataGridView::OnCellLeave method. It is called in the same circumstances in which a DataGridView::CellLeave event is raised, but it does not actually raise the event.
.NET Framework
Available since 2.0
Available since 2.0
Show: