ListProxyChangedEventArgs Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria uma nova ListProxyChangedEventArgs com as listas especificadas.
public:
ListProxyChangedEventArgs(System::Collections::Generic::IReadOnlyCollection<System::Object ^> ^ oldList, System::Collections::Generic::IReadOnlyCollection<System::Object ^> ^ newList);
public ListProxyChangedEventArgs(System.Collections.Generic.IReadOnlyCollection<object> oldList, System.Collections.Generic.IReadOnlyCollection<object> newList);
new Microsoft.Maui.Controls.ListProxyChangedEventArgs : System.Collections.Generic.IReadOnlyCollection<obj> * System.Collections.Generic.IReadOnlyCollection<obj> -> Microsoft.Maui.Controls.ListProxyChangedEventArgs
Public Sub New (oldList As IReadOnlyCollection(Of Object), newList As IReadOnlyCollection(Of Object))
Parâmetros
- oldList
- IReadOnlyCollection<Object>
O substituto da lista anterior.
- newList
- IReadOnlyCollection<Object>
O novo representante da lista.