NotifyCollectionChangedEventHandler 代理人

定義

CollectionChanged イベントを処理するメソッドを表します。

。ネット このインターフェイスは System.Collections.Specialized.NotifyCollectionChangedEventHandler として表示されます。

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3390092156, 62338, 17809, 133, 87, 94, 36, 150, 82, 121, 176)]
class NotifyCollectionChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3390092156, 62338, 17809, 133, 87, 94, 36, 150, 82, 121, 176)]
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)

パラメーター

sender
Object

IInspectable

ハンドラーがアタッチされているオブジェクト。

e
NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs

イベントのイベント データ。

属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

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

適用対象

こちらもご覧ください