Invoked while dragging a selection when the selection rectangle overlaps this interactor. This method will add the corresponding interactor to the current selection if Selectable is true.

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

Syntax

C#
protected virtual void OnDragSelectMouseMove(
	DragSelectEventArgs args
)
Visual Basic
Protected Overridable Sub OnDragSelectMouseMove ( _
	args As DragSelectEventArgs _
)

Parameters

args
Type: TallComponents.Interaction.WinForms.Events..::..DragSelectEventArgs
The DragSelect event data.

See Also