[]
Initializes a new instance of the SearchAppliedEventArgs class. This constructor is obsolete. Call constructor with HighlightMode argument instead.
[Obsolete("Call constructor with HighlightMode argument instead.")]
public SearchAppliedEventArgs(string text, bool highlight, bool filter, bool onlyVisibleColumns, bool onlyVisibleRows)
<Obsolete("Call constructor with HighlightMode argument instead.")>
Public Sub New(text As String, highlight As Boolean, filter As Boolean, onlyVisibleColumns As Boolean, onlyVisibleRows As Boolean)
| Type | Name | Description |
|---|---|---|
| string | text | The words to search. |
| bool | highlight | Determines whether search results are highlighted. |
| bool | filter | Determines whether the search results are filtered. |
| bool | onlyVisibleColumns | Determines whether to search only in visible columns. |
| bool | onlyVisibleRows | Determines whether to search only in visible rows. |
Initializes a new instance of the SearchAppliedEventArgs class.
public SearchAppliedEventArgs(string text, SearchHighlightMode highlightMode, bool filter, bool onlyVisibleColumns, bool onlyVisibleRows)
Public Sub New(text As String, highlightMode As SearchHighlightMode, filter As Boolean, onlyVisibleColumns As Boolean, onlyVisibleRows As Boolean)
| Type | Name | Description |
|---|---|---|
| string | text | The words to search. |
| SearchHighlightMode | highlightMode | Determines how to search results are highlighted. |
| bool | filter | Determines whether the search results are filtered. |
| bool | onlyVisibleColumns | Determines whether to search only in visible columns. |
| bool | onlyVisibleRows | Determines whether to search only in visible rows. |