SelectionChangedEventArgs.CurrentSelection Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recebe a lista dos itens que agora são selecionados após a alteração.
public:
property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ CurrentSelection { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> CurrentSelection { get; }
member this.CurrentSelection : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property CurrentSelection As IReadOnlyList(Of Object)
Valor de Propriedade
Uma lista de apenas leitura dos itens atualmente selecionados. Vazio se não houver itens selecionados no momento.