Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / OnSearchApplying Method

In This Topic
    OnSearchApplying Method (C1TableView)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnSearchApplying( _
       ByVal e As C1.Win.C1FlexGrid.SearchApplyingEventArgs _
    ) 
    protected virtual void OnSearchApplying( 
       C1.Win.C1FlexGrid.SearchApplyingEventArgs e
    )

    Parameters

    e
    See Also