SelectionChangedEventArgs.RemovedItems Vlastnost

Definice

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

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

Hodnota vlastnosti

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

Platí pro