EventHandlerList.AddHandlers(EventHandlerList) 方法

定義

將委派清單加入目前清單內。

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)

參數

listToAddFrom
EventHandlerList

要加入的清單。

適用於