Freigeben über


ListProxyChangedEventArgs Konstruktor

Definition

Erstellt eine neue ListProxyChangedEventArgs mit den angegebenen Listen.

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))

Parameter

oldList
IReadOnlyCollection<Object>

Der vorherige Listenproxy.

newList
IReadOnlyCollection<Object>

Der neue Listenproxy.

Gilt für: