DragTargetWorkspaceProcessDragEndData(KryptonWorkspace, KryptonWorkspaceCell, PageDragEndData) Method |
Process the drag pages in the context of a target navigator.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected KryptonPage ProcessDragEndData(
KryptonWorkspace workspace,
KryptonWorkspaceCell target,
PageDragEndData data
)
Parameters
- workspace KryptonWorkspace
- Target workspace instance.
- target KryptonWorkspaceCell
- Target workspace cell instance.
- data PageDragEndData
- Dragged page data.
Return Value
KryptonPageLast page to be transferred.
See Also