Share via


NotifyCollectionChangedEventArgsExtensions.Apply Yöntem

Tanım

Aşırı Yüklemeler

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

Platform işleyicileri tarafından iç kullanım için.

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

Platform işleyicileri tarafından iç kullanım için.

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

Platform işleyicileri tarafından iç kullanım için.

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

Parametreler

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Xamarin tarafından dahili kullanım için. Forms platformu.

reset
System.Action

Xamarin tarafından dahili kullanım için. Forms platformu.

Döndürülenler

System.Collections.Specialized.NotifyCollectionChangedAction

Xamarin tarafından dahili kullanım için. Forms platformu.

Şunlara uygulanır

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

Platform işleyicileri tarafından iç kullanım için.

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

Tür Parametreleri

TFrom

Xamarin tarafından dahili kullanım için. Forms platformu.

Parametreler

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Xamarin tarafından dahili kullanım için. Forms platformu.

from
System.Collections.Generic.IList<TFrom>

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Xamarin tarafından dahili kullanım için. Forms platformu.

Şunlara uygulanır