ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / SearchApplied Event

In This Topic
    SearchApplied Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event SearchApplied As EventHandler(Of SearchAppliedEventArgs)
    public event EventHandler<SearchAppliedEventArgs> SearchApplied
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.SearchAppliedEventArgs containing data related to this event. The following SearchAppliedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets whether the search results are filtered.  
    Gets whether the search results are highlighted.  
    Gets whether to search only in visible columns.  
    Gets whether to search only in visible rows.  
    Gets the words to search.  
    See Also