FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ColumnPickerShown Event

In This Topic
    ColumnPickerShown Event (C1FlexGridBase)
    In This Topic
    Fires after the column picker window opens.
    Syntax
    'Declaration
     
    
    Public Event ColumnPickerShown As EventHandler(Of ColumnPickerShownArgs)
    public event EventHandler<ColumnPickerShownArgs> ColumnPickerShown
    Event Data

    The event handler receives an argument of type ColumnPickerShownArgs containing data related to this event. The following ColumnPickerShownArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also