Sdílet prostřednictvím


NotifyCollectionChangedEventArgsExtensions.Apply Metoda

Definice

Přetížení

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

Pro interní použití vykreslovacími moduly platformy.

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

Pro interní použití vykreslovacími moduly platformy.

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

Pro interní použití vykreslovacími moduly platformy.

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

Parametry

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Pro interní použití v Xamarinu. Forms platformu.

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

Pro interní použití v Xamarinu. Forms platformu.

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

Pro interní použití v Xamarinu. Forms platformu.

reset
System.Action

Pro interní použití v Xamarinu. Forms platformu.

Návraty

System.Collections.Specialized.NotifyCollectionChangedAction

Pro interní použití v Xamarinu. Forms platformu.

Platí pro

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

Pro interní použití vykreslovacími moduly platformy.

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

Parametry typu

TFrom

Pro interní použití v Xamarinu. Forms platformu.

Parametry

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Pro interní použití v Xamarinu. Forms platformu.

from
System.Collections.Generic.IList<TFrom>

Pro interní použití v Xamarinu. Forms platformu.

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

Pro interní použití v Xamarinu. Forms platformu.

Platí pro