Click or drag to resize

CellPageNotifyPageDragEnd Method

Occurs when drag operation completes with pages being dropped.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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.

Implements

IDragPageNotifyPageDragEnd(Object, PointEventArgs)
See Also