FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / OnColumnPickerShowing Method
C1.Win.C1FlexGrid.ColumnPickerShowingArgs object that contains the event data.

In This Topic
    OnColumnPickerShowing Method (C1FlexGridClassic)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnColumnPickerShowing( _
       ByVal e As ColumnPickerShowingArgs _
    ) 
    protected virtual void OnColumnPickerShowing( 
       ColumnPickerShowingArgs e
    )

    Parameters

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