Partilhar via


SelectionChangedEventArgs.CurrentSelection Propriedade

Definição

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.

Aplica-se a