NotifyCollectionChangedEventArgsEx 构造函数

定义

重载

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction)

供平台呈现器内部使用。

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList)

供平台呈现器内部使用。

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object)

供平台呈现器内部使用。

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList)

供平台呈现器内部使用。

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32)

供平台呈现器内部使用。

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32)

供平台呈现器内部使用。

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object)

供平台呈现器内部使用。

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

供平台呈现器内部使用。

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

供平台呈现器内部使用。

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

供平台呈现器内部使用。

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

供平台呈现器内部使用。

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction)

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

适用于

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList)

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

changedItems
System.Collections.IList

供 Xamarin.Forms 平台内部使用。

适用于

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object)

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

changedItem
System.Object

供 Xamarin.Forms 平台内部使用。

适用于

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList)

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

newItems
System.Collections.IList

供 Xamarin.Forms 平台内部使用。

oldItems
System.Collections.IList

供 Xamarin.Forms 平台内部使用。

适用于

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32)

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

changedItems
System.Collections.IList

供 Xamarin.Forms 平台内部使用。

startingIndex
System.Int32

供 Xamarin.Forms 平台内部使用。

适用于

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32)

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

changedItem
System.Object

供 Xamarin.Forms 平台内部使用。

index
System.Int32

供 Xamarin.Forms 平台内部使用。

适用于

NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object)

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

newItem
System.Object

供 Xamarin.Forms 平台内部使用。

oldItem
System.Object

供 Xamarin.Forms 平台内部使用。

适用于

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

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

newItems
System.Collections.IList

供 Xamarin.Forms 平台内部使用。

oldItems
System.Collections.IList

供 Xamarin.Forms 平台内部使用。

startingIndex
System.Int32

供 Xamarin.Forms 平台内部使用。

适用于

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

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

changedItems
System.Collections.IList

供 Xamarin.Forms 平台内部使用。

index
System.Int32

供 Xamarin.Forms 平台内部使用。

oldIndex
System.Int32

供 Xamarin.Forms 平台内部使用。

适用于

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

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

changedItem
System.Object

供 Xamarin.Forms 平台内部使用。

index
System.Int32

供 Xamarin.Forms 平台内部使用。

oldIndex
System.Int32

供 Xamarin.Forms 平台内部使用。

适用于

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

供平台呈现器内部使用。

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

参数

count
System.Int32

供 Xamarin.Forms 平台内部使用。

action
System.Collections.Specialized.NotifyCollectionChangedAction

供 Xamarin.Forms 平台内部使用。

newItem
System.Object

供 Xamarin.Forms 平台内部使用。

oldItem
System.Object

供 Xamarin.Forms 平台内部使用。

index
System.Int32

供 Xamarin.Forms 平台内部使用。

适用于