SelectionChangedEventArgs.CurrentSelection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a lista de itens que agora estã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 da propriedade
Uma lista somente leitura dos itens selecionados no momento. Vazio se nenhum item estiver selecionado no momento.