ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnColumnPickerShown Method
C1.Win.C1FlexGrid.ColumnPickerShownArgs object that contains the event data.

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

    Parameters

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