SelectionChangedEventArgs.CurrentSelection Propiedad

Definición

Obtiene la lista de elementos que ahora están seleccionados después del cambio.

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 propiedad

Lista de solo lectura de los elementos seleccionados actualmente. Está vacío si no hay ningún elemento seleccionado actualmente.

Se aplica a