SelectionChangedEventArgs.AddedItems Propriété

Définition

Obtient une liste qui contient les éléments sélectionnés.

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

Valeur de propriété

Éléments sélectionnés depuis la dernière occurrence de l'événement SelectionChanged.

S’applique à