FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / OnSearchApplied Method
SearchAppliedEventArgs object that contains the event data.

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

    Parameters

    e
    SearchAppliedEventArgs object that contains the event data.
    See Also