DataGridViewCell::OnEnter Method (Int32, Boolean)
.NET Framework (current version)
Called when the focus moves to 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 to the cell; false if a programmatic operation moved focus to the cell.
This method is similar to the DataGridView::OnCellEnter method. It is called in the same circumstances in which an DataGridView::CellEnter event is raised, but it does not actually raise the event.
.NET Framework
Available since 2.0
Available since 2.0
Show: