CollectionChangedEventManager.RemoveHandler Método

Definição

Remove o gestor de eventos especificado da fonte especificada.

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))

Parâmetros

source
INotifyCollectionChanged

O objeto de origem que levanta o CollectionChanged evento.

handler
EventHandler<NotifyCollectionChangedEventArgs>

O delegado que gere o CollectionChanged evento.

Aplica-se a