One or more interactors that are being dragged. Can be null if some other object (of another application) is being dragged.

Namespace: TallComponents.Interaction.WinForms.Events
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public InteractorCollection DraggedInteractors { get; }
Visual Basic
Public ReadOnly Property DraggedInteractors As InteractorCollection
	Get

See Also