Click or drag to resize

DockingDragManagerDragEnd Method

Occurs when dragging ends because of dropping.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override bool DragEnd(
	Point screenPt
)

Parameters

screenPt
Type: System.DrawingPoint
Ending screen point when dropping.

Return Value

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