Click or drag to resize

IDragPageNotifyPageDragEnd Method

Occurs when drag operation completes with pages being dropped.

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#
bool PageDragEnd(
	Object sender,
	PointEventArgs e
)

Parameters

sender  Object
Source of the page drag; can be null.
e  PointEventArgs
Event arguments containing the new screen point of the mouse.

Return Value

Boolean
Drop was performed and the source can perform any removal of pages as required.
See Also