BehaviorDragDropEventArgs(ICollection) Constructor

Definitie

Initialiseert een nieuw exemplaar van de BehaviorDragDropEventArgs klasse.

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

Het ICollection object IComponent dat momenteel wordt gesleept.

Van toepassing op