Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / ColumnPickerShowing Event

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

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