DataGridViewComboBoxCell::OnEnter Method (Int32, Boolean)

 

Called when the focus moves to a cell.

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

protected:
virtual void OnEnter(
	int rowIndex,
	bool throughMouseClick
) override

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.

.NET Framework
Available since 2.0
Return to top
Show: