Udostępnij za pośrednictwem


NotifyCollectionChangedEventArgsExtensions.Apply Metoda

Definicja

Przeciążenia

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

Do użytku wewnętrznego przez programy renderowania platformy.

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

Do użytku wewnętrznego przez programy renderowania platformy.

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

Do użytku wewnętrznego przez programy renderowania 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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

reset
System.Action

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Zwraca

System.Collections.Specialized.NotifyCollectionChangedAction

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy

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

Do użytku wewnętrznego przez programy renderowania 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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Parametry

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

from
System.Collections.Generic.IList<TFrom>

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

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

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy