Share via


SelectionChangedEventArgs.RemovedItems Propriedade

Definição

Obtém uma lista que contém os itens que foram desmarcados.

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

Valor da propriedade

Os itens que foram desmarcados desde a última vez que o evento SelectionChanged ocorreu.

Aplica-se a