SelectionChangedEventArgs.AddedItems Propriedade

Definição

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

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

Valor da propriedade

Os itens selecionados desde a última vez em que o SelectionChanged evento ocorreu.

Aplica-se a