SelectionChangedEventArgs.PreviousSelection Propiedad

Definición

Obtiene la lista de elementos que se seleccionaron anteriormente antes del cambio.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ PreviousSelection { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> PreviousSelection { get; }
member this.PreviousSelection : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property PreviousSelection As IReadOnlyList(Of Object)

Valor de propiedad

Una lista de solo lectura de los elementos seleccionados anteriormente. Vacío si no se seleccionó previamente ningún elemento.

Se aplica a