C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnColumnPickerShown Method
ColumnPickerShownArgs object that contains the event data.

In This Topic
OnColumnPickerShown Method (C1FlexGrid)
In This Topic
Raises the ColumnPickerShown event.
Syntax
'Declaration
 
Protected Overridable Sub OnColumnPickerShown( _
   ByVal e As ColumnPickerShownArgs _
) 
 

Parameters

e
ColumnPickerShownArgs object that contains the event data.
See Also