Click or drag to resize

DragManagerCreateDropData Method

Create the actual drop data based on the proposed data provided.

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 PageDragEndData CreateDropData(
	PageDragEndData dropData
)

Parameters

dropData  PageDragEndData
Proposed drop data.

Return Value

PageDragEndData
Actual drop data
See Also