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

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

    Parameters

    e
    SearchApplyingEventArgs object that contains the event data.
    See Also