Click or drag to resize

DragTargetWorkspaceProcessDragEndData(KryptonWorkspace, KryptonWorkspaceCell, PageDragEndData) Method

Process the drag pages in the context of a target navigator.

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#
protected KryptonPage ProcessDragEndData(
	KryptonWorkspace workspace,
	KryptonWorkspaceCell target,
	PageDragEndData data
)

Parameters

workspace  KryptonWorkspace
Target workspace instance.
target  KryptonWorkspaceCell
Target workspace cell instance.
data  PageDragEndData
Dragged page data.

Return Value

KryptonPage
Last page to be transferred.
See Also