Krypton OutlookGrid Help
TokenListCellOnMouseLeave Method |
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