Click or drag to resize

DragViewControllerOnDragEnd Method

Raises the DragEnd 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 OnDragEnd(
	Point mousePt
)

Parameters

mousePt  Point
Mouse point at time of event.
See Also