ListProxyChangedEventArgs.OldList Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el proxy de lista anterior.
public:
property System::Collections::Generic::IReadOnlyCollection<System::Object ^> ^ OldList { System::Collections::Generic::IReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<object> OldList { get; }
member this.OldList : System.Collections.Generic.IReadOnlyCollection<obj>
Public ReadOnly Property OldList As IReadOnlyCollection(Of Object)