Invoked while dragging a selection when the selection rectangle overlaps this interactor.

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

Syntax

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

Parameters

args
Type: TallComponents.Interaction.WinForms.Events..::..DragSelectEventArgs

[Missing <param name="args"/> documentation for "M:TallComponents.Interaction.WinForms.Layers.WinFormsInteractorLayer.OnDragSelectMove(TallComponents.Interaction.WinForms.Events.DragSelectEventArgs)"]

See Also