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

適用対象