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.

Применяется к