ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / OnFilter Method

In This Topic
    OnFilter Method (C1ListBase)
    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