DataGridViewCell::OnMouseEnter Method (Int32)
.NET Framework (current version)
Called when the mouse pointer moves over a cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the cell's parent row.
This method is similar to the DataGridView::OnCellMouseEnter method. It is called in the same circumstances in which a DataGridView::CellMouseEnter event is raised, but it does not actually raise the event.
The following code example illustrates the use of this method. This example is part of a larger example available in How to: Customize Cells and Columns in the Windows Forms DataGridView Control by Extending Their Behavior and Appearance.
.NET Framework
Available since 2.0
Available since 2.0
Show: