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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.