NotifyCollectionChangedEventArgsEx 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 平台內部使用。