ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / SearchApplyingEventArgs Class / SearchApplyingEventArgs Constructor / SearchApplyingEventArgs Constructor(String,SearchHighlightMode,Boolean,Boolean,Boolean)
The words to search.
Determines how to search results are highlighted.
Determines whether the search results are filtered.
Determines whether to search only in visible columns.
Determines whether to search only in visible rows.

In This Topic
    SearchApplyingEventArgs Constructor(String,SearchHighlightMode,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the SearchApplyingEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String, _
       ByVal highlightMode As SearchHighlightMode, _
       ByVal filter As Boolean, _
       ByVal onlyVisibleColumns As Boolean, _
       ByVal onlyVisibleRows As Boolean _
    )
    public SearchApplyingEventArgs( 
       string text,
       SearchHighlightMode highlightMode,
       bool filter,
       bool onlyVisibleColumns,
       bool onlyVisibleRows
    )

    Parameters

    text
    The words to search.
    highlightMode
    Determines how to search results are highlighted.
    filter
    Determines whether the search results are filtered.
    onlyVisibleColumns
    Determines whether to search only in visible columns.
    onlyVisibleRows
    Determines whether to search only in visible rows.
    See Also