BehaviorDragDropEventArgs(ICollection) Constructor

Definition

Initializes a new instance of the BehaviorDragDropEventArgs class.

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)

Parameters

dragComponents
ICollection

The ICollection of IComponent objects currently being dragged.

Applies to