FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / OnAfterFilter Method
System.EventArgs that contains the event data.

In This Topic
    OnAfterFilter Method (C1FlexGrid)
    In This Topic
    Raises the AfterFilter event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAfterFilter( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnAfterFilter( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also