Share via


NotifyCollectionChangedEventArgsExtensions.Apply Method

Definition

Overloads

Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)

For internal use by platform renderers.

Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)

For internal use by platform renderers.

Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)

For internal use by platform renderers.

public static System.Collections.Specialized.NotifyCollectionChangedAction Apply (this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, Action<object,int,bool> insert, Action<object,int> removeAt, Action reset);
static member Apply : System.Collections.Specialized.NotifyCollectionChangedEventArgs * Action<obj, int, bool> * Action<obj, int> * Action -> System.Collections.Specialized.NotifyCollectionChangedAction

Parameters

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

For internal use by the Xamarin.Forms platform.

insert
System.Action<System.Object,System.Int32,System.Boolean>

For internal use by the Xamarin.Forms platform.

removeAt
System.Action<System.Object,System.Int32>

For internal use by the Xamarin.Forms platform.

reset
System.Action

For internal use by the Xamarin.Forms platform.

Returns

System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

Applies to

Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)

For internal use by platform renderers.

public static void Apply<TFrom> (this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Collections.Generic.IList<TFrom> from, System.Collections.Generic.IList<object> to);
static member Apply : System.Collections.Specialized.NotifyCollectionChangedEventArgs * System.Collections.Generic.IList<'From> * System.Collections.Generic.IList<obj> -> unit

Type Parameters

TFrom

For internal use by the Xamarin.Forms platform.

Parameters

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

For internal use by the Xamarin.Forms platform.

from
System.Collections.Generic.IList<TFrom>

For internal use by the Xamarin.Forms platform.

to
System.Collections.Generic.IList<System.Object>

For internal use by the Xamarin.Forms platform.

Applies to