[]
Provides data for the SearchApplied event.
public class SearchAppliedEventArgs : EventArgs
| Name | Description |
|---|---|
| SearchAppliedEventArgs(string, SearchHighlightMode, bool, bool, bool) | Initializes a new instance of the SearchAppliedEventArgs class. |
| SearchAppliedEventArgs(string, bool, bool, bool, bool) | Initializes a new instance of the SearchAppliedEventArgs class. This constructor is obsolete. Call constructor with HighlightMode argument instead. |
| Name | Description |
|---|---|
| Filter | Gets whether the search results are filtered. |
| Highlight | Gets whether the search results are highlighted. This property is obsolete. Use HighlightMode instead. |
| HighlightMode | Gets whether how to the search results are highlighted. |
| OnlyVisibleColumns | Gets whether to search only in visible columns. |
| OnlyVisibleRows | Gets whether to search only in visible rows. |
| Text | Gets the words to search. |