ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnMouseLeaveCell Method
C1.Win.C1FlexGrid.RowColEventArgs that contains the event data.

In This Topic
    OnMouseLeaveCell Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseLeaveCell( _
       ByVal e As RowColEventArgs _
    ) 
    protected virtual void OnMouseLeaveCell( 
       RowColEventArgs e
    )

    Parameters

    e
    C1.Win.C1FlexGrid.RowColEventArgs that contains the event data.
    See Also