Click or drag to resize

DragTargetControlEdgePerformDrop Method

Perform the drop action associated with the target.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override bool PerformDrop(
	Point screenPt,
	PageDragEndData data
)

Parameters

screenPt  Point
Position in screen coordinates.
data  PageDragEndData
Data to pass to the target to process drop.

Return Value

Boolean
Drop was performed and the source can perform any removal of pages as required.
See Also