'宣言 Public Event SearchApplying As System.EventHandler(Of SearchApplyingEventArgs)
public event System.EventHandler<SearchApplyingEventArgs> SearchApplying
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、SearchApplyingEventArgs 型の引数を受け取りました。次の SearchApplyingEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cancel | System.ComponentModel.CancelEventArgsから継承されます。 |
| 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. |
参照