ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / OnColumnPickerShowing Method
ColumnPickerShowingArgs object that contains the event data.

In This Topic
    OnColumnPickerShowing Method (C1FlexGridBase)
    In This Topic
    Raises the ColumnPickerShowing event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnColumnPickerShowing( _
       ByVal e As ColumnPickerShowingArgs _
    ) 
    protected virtual void OnColumnPickerShowing( 
       ColumnPickerShowingArgs e
    )

    Parameters

    e
    ColumnPickerShowingArgs object that contains the event data.
    See Also