EventHandlerList.AddHandlers(EventHandlerList) 方法
定义
向当前列表添加委托的列表。Adds a list of delegates to the current list.
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
要添加的列表。The list to add.