BehaviorDragDropEventArgs(ICollection) Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

dragComponents
ICollection

Коллекция ICollection объектов IComponent, которые перетаскиваются в настоящий момент.

Применяется к