BehaviorDragDropEventArgs(ICollection) 생성자

정의

BehaviorDragDropEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 BehaviorDragDropEventArgs(System::Collections::ICollection ^ dragComponents);
public BehaviorDragDropEventArgs(System.Collections.ICollection dragComponents);
new System.Windows.Forms.Design.Behavior.BehaviorDragDropEventArgs : System.Collections.ICollection -> System.Windows.Forms.Design.Behavior.BehaviorDragDropEventArgs
Public Sub New (dragComponents As ICollection)

매개 변수

dragComponents
ICollection

ICollection 현재 끌 개체의 IComponent 수입니다.

적용 대상