DataGridViewCell::OnMouseLeave Method (Int32)

 

Called when the mouse pointer leaves the cell.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnMouseLeave(
	int rowIndex
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: