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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.