ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ColumnPickerShowing Event

In This Topic
    ColumnPickerShowing Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ColumnPickerShowing As EventHandler(Of ColumnPickerShowingArgs)
    public event EventHandler<ColumnPickerShowingArgs> ColumnPickerShowing
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.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