ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnShowDetails Method
A C1.Win.C1FlexGrid.RowColEventArgs that contains event data.

In This Topic
    OnShowDetails Method (C1FlexPivotGrid)
    In This Topic
    Raises the C1FlexPivotGrid.ShowDetails event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnShowDetails( _
       ByVal e As RowColEventArgs _
    ) 
    protected virtual void OnShowDetails( 
       RowColEventArgs e
    )

    Parameters

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