SelectionChangedEventArgs.RemovedItems Propriété

Définition

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

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

Valeur de propriété

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

S’applique à