ListViewItemSelectionChangedEventArgs(ListViewItem, Int32, Boolean) Konstruktor

Definition

Initierar en ny instans av ListViewItemSelectionChangedEventArgs klassen.

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)

Parametrar

item
ListViewItem

Vars ListViewItem urvalstillstånd har ändrats.

itemIndex
Int32

Indexet för vars ListViewItem urvalstillstånd har ändrats.

isSelected
Boolean

true för att ange att objektets tillstånd har ändrats till markerat. false för att ange att objektets tillstånd har ändrats till avmarkerat.

Gäller för