DataGridViewCell::OnMouseLeave Method (Int32)
.NET Framework (current version)
Called when the mouse pointer leaves the 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::OnCellMouseLeave method. It is called in the same circumstances in which a DataGridView::CellMouseLeave 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: