True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnFilter Method

In This Topic
    OnFilter Method (Frame)
    In This Topic
    Raised when AllowFilter is false.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFilter( _
       ByVal e As FilterEventArgs _
    ) 
    protected virtual void OnFilter( 
       FilterEventArgs e
    )

    Parameters

    e
    See Also