C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnCustomizeFilterEditor Method
CustomizeFilterEditorEventArgs that contains the event data.

In This Topic
OnCustomizeFilterEditor Method (C1FlexGrid)
In This Topic
Raises the CustomizeFilterEditor event.
Syntax
'Declaration
 
Protected Overridable Sub OnCustomizeFilterEditor( _
   ByVal e As CustomizeFilterEditorEventArgs _
) 
 

Parameters

e
CustomizeFilterEditorEventArgs that contains the event data.
See Also