FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / OnColumnPickerShown Method
ColumnPickerShownArgs object that contains the event data.

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

    Parameters

    e
    ColumnPickerShownArgs object that contains the event data.
    See Also