イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.SearchForVirtualItemEventArgs 型の引数を受け取りました。次の SearchForVirtualItemEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|
| Direction | Gets the direction from the current item that the search should take place. |
| IncludeSubItemsInSearch | Gets a value indicating whether the search should include subitems of list items. |
| Index | Gets or sets the index of the System.Windows.Forms.ListViewItem found in the System.Windows.Forms.ListView . |
| IsPrefixSearch | Gets a value indicating whether the search should return an item if its text starts with the search text. |
| IsTextSearch | Gets a value indicating whether the search is a text search. |
| StartIndex | Gets the index of the System.Windows.Forms.ListViewItem where the search starts. |
| StartingPoint | Gets the starting location of the search. |
| Text | Gets the text used to find an item in the System.Windows.Forms.ListView control. |