C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnColumnPickerShowing Method
ColumnPickerShowingArgs object that contains the event data.

In This Topic
OnColumnPickerShowing Method (C1FlexGrid)
In This Topic
Raises the ColumnPickerShowing event.
Syntax
'Declaration
 
Protected Overridable Sub OnColumnPickerShowing( _
   ByVal e As ColumnPickerShowingArgs _
) 
 

Parameters

e
ColumnPickerShowingArgs object that contains the event data.
See Also