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

추가할 목록입니다.

적용 대상