BehaviorDragDropEventArgs(ICollection) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

dragComponents
ICollection

ICollection de objetos IComponent que se arrastran actualmente.

Se aplica a