Invoked when the mouse went down to drag a selection.

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 OnDragSelectMouseDown(
	DragSelectEventArgs args
)
Visual Basic
Protected Overridable Sub OnDragSelectMouseDown ( _
	args As DragSelectEventArgs _
)

Parameters

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

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

See Also