ListProxyChangedEventArgs.OldList Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o 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)