SelectionChangedEventArgs.AddedItems Vlastnost

Definice

Získá seznam, který obsahuje položky, které byly vybrány.

public:
 property System::Collections::IList ^ AddedItems { System::Collections::IList ^ get(); };
public System.Collections.IList AddedItems { get; }
member this.AddedItems : System.Collections.IList
Public ReadOnly Property AddedItems As IList

Hodnota vlastnosti

Položky, které byly vybrány od poslední události SelectionChanged .

Platí pro