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

适用于