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

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