DataGridViewLinkCell.OnMouseLeave(Int32) Metoda

Definice

Volá se, když ukazatel myši opustí buňku.

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

Parametry

rowIndex
Int32

Index nadřazeného řádku buňky.

Platí pro

Viz také