NotifyCollectionChangedEventArgsEx Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- changedItems
- System.Collections.IList
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- changedItem
- System.Object
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * System.Collections.IList -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- newItems
- System.Collections.IList
Para uso interno de la plataforma de Xamarin.Forms.
- oldItems
- System.Collections.IList
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * int -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- changedItems
- System.Collections.IList
Para uso interno de la plataforma de Xamarin.Forms.
- startingIndex
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * int -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- changedItem
- System.Object
Para uso interno de la plataforma de Xamarin.Forms.
- index
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * obj -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- newItem
- System.Object
Para uso interno de la plataforma de Xamarin.Forms.
- oldItem
- System.Object
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList, Int32)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * System.Collections.IList * int -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- newItems
- System.Collections.IList
Para uso interno de la plataforma de Xamarin.Forms.
- oldItems
- System.Collections.IList
Para uso interno de la plataforma de Xamarin.Forms.
- startingIndex
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32, Int32)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * int * int -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- changedItems
- System.Collections.IList
Para uso interno de la plataforma de Xamarin.Forms.
- index
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- oldIndex
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32, Int32)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * int * int -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- changedItem
- System.Object
Para uso interno de la plataforma de Xamarin.Forms.
- index
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- oldIndex
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
Se aplica a
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object, Int32)
Para uso interno de los representadores de plataformas.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * obj * int -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parámetros
- count
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Para uso interno de la plataforma de Xamarin.Forms.
- newItem
- System.Object
Para uso interno de la plataforma de Xamarin.Forms.
- oldItem
- System.Object
Para uso interno de la plataforma de Xamarin.Forms.
- index
- System.Int32
Para uso interno de la plataforma de Xamarin.Forms.