Share via


CollectionChangedEventManager.RemoveHandler メソッド

定義

指定したソースから、指定したイベント ハンドラーを削除します。

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

パラメーター

source
INotifyCollectionChanged

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

handler
EventHandler<NotifyCollectionChangedEventArgs>

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

適用対象