ListViewItemSelectionChangedEventArgs(ListViewItem, Int32, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ListViewItemSelectionChangedEventArgs class.
public:
ListViewItemSelectionChangedEventArgs(System::Windows::Forms::ListViewItem ^ item, int itemIndex, bool isSelected);
public ListViewItemSelectionChangedEventArgs (System.Windows.Forms.ListViewItem item, int itemIndex, bool isSelected);
public ListViewItemSelectionChangedEventArgs (System.Windows.Forms.ListViewItem? item, int itemIndex, bool isSelected);
new System.Windows.Forms.ListViewItemSelectionChangedEventArgs : System.Windows.Forms.ListViewItem * int * bool -> System.Windows.Forms.ListViewItemSelectionChangedEventArgs
Public Sub New (item As ListViewItem, itemIndex As Integer, isSelected As Boolean)
Parameters
- item
- ListViewItem
The ListViewItem whose selection state has changed.
- itemIndex
- Int32
The index of the ListViewItem whose selection state has changed.
- isSelected
- Boolean
true
to indicate the item's state has changed to selected; false
to indicate the item's state has changed to deselected.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.