次の方法で共有


NotifyCollectionChangedEventHandler 代理人

定義

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

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

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2332625372, 8197, 23955, 191, 138, 114, 95, 1, 123, 170, 141)]
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)

パラメーター

sender
Object

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

e
NotifyCollectionChangedEventArgs

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

属性

注釈

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

適用対象

こちらもご覧ください