Click or drag to resize

DragManagerDragStart Method

Occurs when dragging starts.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual bool DragStart(
	Point screenPt,
	PageDragEndData dragEndData
)

Parameters

screenPt  Point
Mouse screen point at start of drag.
dragEndData  PageDragEndData
Data to be dropped at destination.

Return Value

Boolean
True if dragging waas started; otherwise false.
See Also