[]
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)
| 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)
| 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. |