次の方法で共有


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 プラットフォームによる内部使用向け。

適用対象