次の方法で共有


NotifyCollectionChangedEventArgs クラス

定義

CollectionChanged イベントのイベント データを提供します。

。ネット このクラスは System.Collections.Specialized.NotifyCollectionChangedEventArgs として表示されます。

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class NotifyCollectionChangedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class NotifyCollectionChangedEventArgs
Public Class NotifyCollectionChangedEventArgs
継承
Object IInspectable NotifyCollectionChangedEventArgs
属性

注釈

.NET を使用してプログラミングする場合、このクラスは非表示になり、開発者は System.Collections.Specialized.NotifyCollectionChangedEventArgs クラスを使用する必要があります。

コンストラクター

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IBindableVector, IBindableVector, Int32, Int32)

NotifyCollectionChangedEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Action

このイベントを発生させたアクションの説明を取得します。

NewItems

アクションの影響を受ける項目を取得します。

NewStartingIndex

変更が発生した位置のインデックスを取得します。

OldItems

Replace または Remove アクションの影響を受ける項目を取得します。

OldStartingIndex

MoveRemove、または Replace アクションが発生した開始インデックスを取得します。

適用対象

こちらもご覧ください