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

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

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
     
    See Also