ListProxyChangedEventArgs Constructor

Definition

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

Parameters

oldList
System.Collections.Generic.IReadOnlyCollection<System.Object>
newList
System.Collections.Generic.IReadOnlyCollection<System.Object>

Applies to