DataGridViewComboBoxCell.OnMouseLeave(Int32) Method

Definition

Called when the mouse pointer leaves the cell.

protected:
 override void OnMouseLeave(int rowIndex);
protected override void OnMouseLeave (int rowIndex);
override this.OnMouseLeave : int -> unit
Protected Overrides Sub OnMouseLeave (rowIndex As Integer)

Parameters

rowIndex
Int32

The index of the cell's parent row.

Applies to

See also