RatingCell.OnMouseLeave Method

Krypton OutlookGrid

RatingCellOnMouseLeave Method
Krypton OutlookGrid v1.6.0
Overrides OnMouseLeave

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
protected override void OnMouseLeave(
	int rowIndex
)
Protected Overrides Sub OnMouseLeave ( 
	rowIndex As Integer
)

Parameters

rowIndex
Type: SystemInt32
the row that contains the cell.
See Also