Compartilhar via


NotifyCollectionChangedEventArgsExtensions.Apply Método

Definição

Sobrecargas

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

Para uso interno por renderizadores de plataforma.

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

Parâmetros

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Para uso interno pela plataforma do Xamarin.Forms.

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

Para uso interno pela plataforma do Xamarin.Forms.

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

Para uso interno pela plataforma do Xamarin.Forms.

reset
System.Action

Para uso interno pela plataforma do Xamarin.Forms.

Retornos

System.Collections.Specialized.NotifyCollectionChangedAction

Para uso interno pela plataforma do Xamarin.Forms.

Aplica-se a

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

Para uso interno por renderizadores de plataforma.

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

Parâmetros de tipo

TFrom

Para uso interno pela plataforma do Xamarin.Forms.

Parâmetros

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Para uso interno pela plataforma do Xamarin.Forms.

from
System.Collections.Generic.IList<TFrom>

Para uso interno pela plataforma do Xamarin.Forms.

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

Para uso interno pela plataforma do Xamarin.Forms.

Aplica-se a