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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual PageDragEndData CreateDropData(
	PageDragEndData dropData
)

Parameters

dropData
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Proposed drop data.

Return Value

Type: PageDragEndData
Actual drop data
See Also