NotifyCollectionChangedEventArgsEx Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction)
Pro interní použití renderery platformy.
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- changedItems
- System.Collections.IList
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- changedItem
- System.Object
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- newItems
- System.Collections.IList
Pro interní použití v Xamarinu. Forms platformu.
- oldItems
- System.Collections.IList
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- changedItems
- System.Collections.IList
Pro interní použití v Xamarinu. Forms platformu.
- startingIndex
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- changedItem
- System.Object
Pro interní použití v Xamarinu. Forms platformu.
- index
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- newItem
- System.Object
Pro interní použití v Xamarinu. Forms platformu.
- oldItem
- System.Object
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList, Int32)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- newItems
- System.Collections.IList
Pro interní použití v Xamarinu. Forms platformu.
- oldItems
- System.Collections.IList
Pro interní použití v Xamarinu. Forms platformu.
- startingIndex
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32, Int32)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- changedItems
- System.Collections.IList
Pro interní použití v Xamarinu. Forms platformu.
- index
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- oldIndex
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32, Int32)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- changedItem
- System.Object
Pro interní použití v Xamarinu. Forms platformu.
- index
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- oldIndex
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object, Int32)
Pro interní použití renderery platformy.
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
Parametry
- count
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- action
- System.Collections.Specialized.NotifyCollectionChangedAction
Pro interní použití v Xamarinu. Forms platformu.
- newItem
- System.Object
Pro interní použití v Xamarinu. Forms platformu.
- oldItem
- System.Object
Pro interní použití v Xamarinu. Forms platformu.
- index
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.