DataGridViewCell::OnLeave Method (Int32, Boolean)

 

Called when the focus moves from a cell.

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

protected:
virtual void OnLeave(
	int rowIndex,
	bool throughMouseClick
)

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
Return to top
Show: