NotifyCollectionChangedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CollectionChanged イベントのイベント データを提供します。
。ネット このクラスは System.Collections.Specialized.NotifyCollectionChangedEventArgs として表示されます。
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 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(Windows.Foundation.UniversalApiContract), 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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
.NET を使用してプログラミングする場合、このクラスは非表示になり、開発者は System.Collections.Specialized.NotifyCollectionChangedEventArgs クラスを使用する必要があります。
コンストラクター
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IBindableVector, IBindableVector, Int32, Int32) |
NotifyCollectionChangedEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
Action |
このイベントを発生させたアクションの説明を取得します。 |
NewItems |
アクションの影響を受ける項目を取得します。 |
NewStartingIndex |
変更が発生した位置のインデックスを取得します。 |
OldItems |
Replace または Remove アクションの影響を受ける項目を取得します。 |
OldStartingIndex |
Move、Remove、または Replace アクションが発生した開始インデックスを取得します。 |