'宣言 Public Event SearchApplied As System.EventHandler(Of SearchAppliedEventArgs)
public event System.EventHandler<SearchAppliedEventArgs> SearchApplied
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、SearchAppliedEventArgs 型の引数を受け取りました。次の SearchAppliedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Filter | Gets whether the search results are filtered. |
| Highlight | Gets whether 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. |
参照