ListProxyChangedEventArgs Constructor
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í.
public ListProxyChangedEventArgs(System.Collections.Generic.IReadOnlyCollection<object> oldList, System.Collections.Generic.IReadOnlyCollection<object> newList);
new Xamarin.Forms.ListProxyChangedEventArgs : System.Collections.Generic.IReadOnlyCollection<obj> * System.Collections.Generic.IReadOnlyCollection<obj> -> Xamarin.Forms.ListProxyChangedEventArgs
Parámetros
- oldList
- System.Collections.Generic.IReadOnlyCollection<System.Object>
- newList
- System.Collections.Generic.IReadOnlyCollection<System.Object>