Click or drag to resize

DragViewControllerOnDragStart Method

Raises the DragStart event.

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#
protected virtual void OnDragStart(
	Point mousePt,
	Point offset,
	Control c
)

Parameters

mousePt  Point
Mouse point at time of event.
offset  Point
Offset of mouse compared to element.
c  Control
Control that starts the drag operation.
See Also