ListProxyChangedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- oldList
- IReadOnlyCollection<Object>
- newList
- IReadOnlyCollection<Object>
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.