WeakEventManager.ListenerList.AddHandler(Delegate) Method

Definition

Adds an event handler to the WeakEventManager.ListenerList.

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

Parameters

handler
Delegate

The event handler to add to the WeakEventManager.ListenerList.

Applies to