Share via


NotifyCollectionChangedEventArgsEx Constructors

Definition

Overloads

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList, Int32)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32, Int32)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32, Int32)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object, Int32)

For internal use by platform renderers.

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction)

For internal use by platform renderers.

public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action);
new Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction -> Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItems
System.Collections.IList

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItem
System.Object

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItems
System.Collections.IList

For internal use by the Xamarin.Forms platform.

oldItems
System.Collections.IList

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItems
System.Collections.IList

For internal use by the Xamarin.Forms platform.

startingIndex
System.Int32

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItem
System.Object

For internal use by the Xamarin.Forms platform.

index
System.Int32

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItem
System.Object

For internal use by the Xamarin.Forms platform.

oldItem
System.Object

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList, Int32)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItems
System.Collections.IList

For internal use by the Xamarin.Forms platform.

oldItems
System.Collections.IList

For internal use by the Xamarin.Forms platform.

startingIndex
System.Int32

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32, Int32)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItems
System.Collections.IList

For internal use by the Xamarin.Forms platform.

index
System.Int32

For internal use by the Xamarin.Forms platform.

oldIndex
System.Int32

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32, Int32)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItem
System.Object

For internal use by the Xamarin.Forms platform.

index
System.Int32

For internal use by the Xamarin.Forms platform.

oldIndex
System.Int32

For internal use by the Xamarin.Forms platform.

Applies to

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object, Int32)

For internal use by platform renderers.

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

Parameters

count
System.Int32

For internal use by the Xamarin.Forms platform.

action
System.Collections.Specialized.NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItem
System.Object

For internal use by the Xamarin.Forms platform.

oldItem
System.Object

For internal use by the Xamarin.Forms platform.

index
System.Int32

For internal use by the Xamarin.Forms platform.

Applies to