Compartilhar via


SelectionChangedEventArgs.PreviousSelection Propriedade

Definição

Obtém a lista de 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 da propriedade

Uma lista somente leitura dos itens selecionados anteriormente. Vazio se nenhum item tiver sido selecionado anteriormente.

Aplica-se a