C1.Win.FlexGrid Namespace / C1FlexGrid Class / ColumnPickerShowing Event

ColumnPickerShowing Event (C1FlexGrid)
Fires before the column picker window opens.
Syntax
'Declaration
 
Public Event ColumnPickerShowing As EventHandler(Of ColumnPickerShowingArgs)
 
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