SSRSDocumentSource for WinForms
SearchForVirtualItem イベント

構文
'宣言
 
Public Event SearchForVirtualItem As System.Windows.Forms.SearchForVirtualItemEventHandler
public event System.Windows.Forms.SearchForVirtualItemEventHandler SearchForVirtualItem
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.SearchForVirtualItemEventArgs 型の引数を受け取りました。次の SearchForVirtualItemEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
DirectionGets the direction from the current item that the search should take place.  
IncludeSubItemsInSearchGets a value indicating whether the search should include subitems of list items.  
IndexGets or sets the index of the System.Windows.Forms.ListViewItem found in the System.Windows.Forms.ListView .  
IsPrefixSearchGets a value indicating whether the search should return an item if its text starts with the search text.  
IsTextSearchGets a value indicating whether the search is a text search.  
StartIndexGets the index of the System.Windows.Forms.ListViewItem where the search starts.  
StartingPointGets the starting location of the search.  
TextGets the text used to find an item in the System.Windows.Forms.ListView control.  
参照

C1PreviewThumbnailView クラス
C1PreviewThumbnailView メンバ