NotifyCollectionChangedEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
NotifyCollectionChangedEventArgs クラスの新しいインスタンスを初期化します。
public:
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IBindableVector ^ newItems, IBindableVector ^ oldItems, int newIndex, int oldIndex);
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction const& action, IBindableVector const& newItems, IBindableVector const& oldItems, int const& newIndex, int const& oldIndex);
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IBindableVector newItems, IBindableVector oldItems, int newIndex, int oldIndex);
function NotifyCollectionChangedEventArgs(action, newItems, oldItems, newIndex, oldIndex)
Public Sub New (action As NotifyCollectionChangedAction, newItems As IList, oldItems As IList, newIndex As Integer, oldIndex As Integer)
パラメーター
レポートする Action 値。
- newItems
- IBindableVector
レポート する NewItems 値。
- oldItems
- IBindableVector
レポート する OldItems 値。
- newIndex
-
Int32
int
レポート する NewStartingIndex 値。
- oldIndex
-
Int32
int
レポート する OldStartingIndex 値。
注釈
.NET を使用してプログラミングする場合、このクラスは非表示になり、開発者は System.Collections.Specialized.NotifyCollectionChangedEventArgs クラスを使用する必要があります。
action 以外に、このコンストラクターの値は、コレクションの変更と、報告される対応する Action に応じて null として渡される可能性があります。