Compartilhar via


BehaviorDragDropEventArgs(ICollection) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

dragComponents
ICollection

O ICollection de objetos IComponent sendo arrastados no momento.

Aplica-se a