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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.