Compartilhar via


SelectionChangedEventArgs.CurrentSelection Propriedade

Definição

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.

Aplica-se a