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
NotifyCollectionChangedEventArgs

For internal use by the Xamarin.Forms platform.

insert
Action<Object,Int32,Boolean>

For internal use by the Xamarin.Forms platform.

removeAt
Action<Object,Int32>

For internal use by the Xamarin.Forms platform.

reset
Action

For internal use by the Xamarin.Forms platform.

Returns

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
NotifyCollectionChangedEventArgs

For internal use by the Xamarin.Forms platform.

from
IList<TFrom>

For internal use by the Xamarin.Forms platform.

to
IList<Object>

For internal use by the Xamarin.Forms platform.

Applies to