BehaviorDragDropEventArgs(ICollection) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

dragComponents
ICollection

ICollection di oggetti IComponent attualmente trascinati.

Si applica a