WeakEventManager.ListenerList.RemoveHandler(Delegate) Method

Definition

Removes an event handler from the WeakEventManager.ListenerList.

public:
 void RemoveHandler(Delegate ^ handler);
public void RemoveHandler (Delegate handler);
member this.RemoveHandler : Delegate -> unit
Public Sub RemoveHandler (handler As Delegate)

Parameters

handler
Delegate

The event handler to remove from the WeakEventManager.ListenerList.

Applies to