Click or drag to resize

DragTargetWorkspaceProcessDragEndData Method (KryptonWorkspace, KryptonWorkspaceCell, PageDragEndData)

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

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Target workspace instance.
target
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Target workspace cell instance.
data
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Dragged page data.

Return Value

Type: KryptonPage
Last page to be transferred.
See Also