BehaviorDragDropEventArgs.DragComponents Property

Definition

Gets the list of IComponent objects currently being dragged.

public:
 property System::Collections::ICollection ^ DragComponents { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection DragComponents { get; }
member this.DragComponents : System.Collections.ICollection
Public ReadOnly Property DragComponents As ICollection

Property Value

The ICollection of IComponent objects currently being dragged.

Applies to