次の方法で共有


CollectionChangedEventManager.AddHandler メソッド

定義

指定されたソースで CollectionChanged イベントが発生したときに呼び出されるイベント ハンドラーを追加します。

public:
 static void AddHandler(System::Collections::Specialized::INotifyCollectionChanged ^ source, EventHandler<System::Collections::Specialized::NotifyCollectionChangedEventArgs ^> ^ handler);
public static void AddHandler (System.Collections.Specialized.INotifyCollectionChanged source, EventHandler<System.Collections.Specialized.NotifyCollectionChangedEventArgs> handler);
static member AddHandler : System.Collections.Specialized.INotifyCollectionChanged * EventHandler<System.Collections.Specialized.NotifyCollectionChangedEventArgs> -> unit
Public Shared Sub AddHandler (source As INotifyCollectionChanged, handler As EventHandler(Of NotifyCollectionChangedEventArgs))

パラメーター

source
INotifyCollectionChanged

CollectionChanged イベントを発生させるソース オブジェクト。

handler
EventHandler<NotifyCollectionChangedEventArgs>

CollectionChanged イベントを処理するデリゲート。

適用対象