ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnColumnPickerShown Method

In This Topic
    OnColumnPickerShown Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnColumnPickerShown( _
       ByVal e As C1.Win.FlexGrid.ColumnPickerShownArgs _
    ) 
    protected virtual void OnColumnPickerShown( 
       C1.Win.FlexGrid.ColumnPickerShownArgs e
    )

    Parameters

    e
    See Also