DragTargetPerformDrop Method |
Perform the drop action associated with the target.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract bool PerformDrop(
Point screenPt,
PageDragEndData dragEndData
)
Parameters
- screenPt Point
- Position in screen coordinates.
- dragEndData PageDragEndData
- Data to be dropped at destination.
Return Value
BooleanDrop was performed and the source can perform any removal of pages as required.
See Also