True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / OnCustomizeFilterEditor Method
CustomizeFilterEditorEventArgs that contains the event data.

In This Topic
    OnCustomizeFilterEditor Method (C1TrueDBGrid)
    In This Topic
    Raises the CustomizeFilterEditor event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnCustomizeFilterEditor( _
       ByVal e As CustomizeFilterEditorEventArgs _
    ) 
    protected override void OnCustomizeFilterEditor( 
       CustomizeFilterEditorEventArgs e
    )

    Parameters

    e
    CustomizeFilterEditorEventArgs that contains the event data.
    See Also