Partilhar via


SelectionChangedEventArgs.PreviousSelection Propriedade

Definição

Obtém a lista dos itens que foram selecionados anteriormente antes da alteração.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ PreviousSelection { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> PreviousSelection { get; }
member this.PreviousSelection : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property PreviousSelection As IReadOnlyList(Of Object)

Valor de Propriedade

Uma lista de apenas leitura dos itens previamente selecionados. Vazio se nenhum item tiver sido selecionado anteriormente.

Aplica-se a