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

適用於