EventHandlerList.AddHandlers(EventHandlerList) Méthode

Définition

Ajoute une liste de délégués à la liste actuelle.

public:
 void AddHandlers(System::ComponentModel::EventHandlerList ^ listToAddFrom);
public void AddHandlers (System.ComponentModel.EventHandlerList listToAddFrom);
member this.AddHandlers : System.ComponentModel.EventHandlerList -> unit
Public Sub AddHandlers (listToAddFrom As EventHandlerList)

Paramètres

listToAddFrom
EventHandlerList

Liste à ajouter.

S’applique à