Click or drag to resize

DragTargetWorkspaceCellEdgePerformDrop Method

Perform the drop action associated with the target.

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#
public override bool PerformDrop(
	Point screenPt,
	PageDragEndData data
)

Parameters

screenPt
Type: System.DrawingPoint
Position in screen coordinates.
data
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Data to pass to the target to process drop.

Return Value

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