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
Int32

For internal use by the Xamarin.Forms platform.

action
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItems
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItem
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItems
IList

For internal use by the Xamarin.Forms platform.

oldItems
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItems
IList

For internal use by the Xamarin.Forms platform.

startingIndex
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItem
Object

For internal use by the Xamarin.Forms platform.

index
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItem
Object

For internal use by the Xamarin.Forms platform.

oldItem
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItems
IList

For internal use by the Xamarin.Forms platform.

oldItems
IList

For internal use by the Xamarin.Forms platform.

startingIndex
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItems
IList

For internal use by the Xamarin.Forms platform.

index
Int32

For internal use by the Xamarin.Forms platform.

oldIndex
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

changedItem
Object

For internal use by the Xamarin.Forms platform.

index
Int32

For internal use by the Xamarin.Forms platform.

oldIndex
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
Int32

For internal use by the Xamarin.Forms platform.

action
NotifyCollectionChangedAction

For internal use by the Xamarin.Forms platform.

newItem
Object

For internal use by the Xamarin.Forms platform.

oldItem
Object

For internal use by the Xamarin.Forms platform.

index
Int32

For internal use by the Xamarin.Forms platform.

Applies to