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

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

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    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