DragManagerDragEnd Method |
Occurs when dragging ends because of dropping.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual bool DragEnd(
Point screenPt
)
Parameters
- screenPt Point
- Ending screen point when dropping.
Return Value
BooleanDrop was performed and the source can perform any removal of pages as required.
See Also