SelectionChangedEventArgs.RemovedItems Propriedade

Definição

Recebe uma lista que contém os itens que não foram selecionados.

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 de Propriedade

Os itens que não estavam selecionados desde a última vez que o SelectionChanged evento aconteceu.

Aplica-se a