| C1.Win.C1Report.4 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewThumbnailView クラス : VirtualItemsSelectionRangeChanged イベント |
'宣言 Public Event VirtualItemsSelectionRangeChanged As System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler
public event System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler VirtualItemsSelectionRangeChanged
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs 型の引数を受け取りました。次の ListViewVirtualItemsSelectionRangeChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| EndIndex | Gets the index for the last item in the range of items whose selection state has changed |
| IsSelected | Gets a value indicating whether the range of items is selected. |
| StartIndex | Gets the index for the first item in the range of items whose selection state has changed. |