IDragPageNotifyPageDragEnd Method |
Occurs when drag operation completes with pages being dropped.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool PageDragEnd(
Object sender,
PointEventArgs e
)
Parameters
- sender Object
- Source of the page drag; can be null.
- e PointEventArgs
- Event arguments containing the new screen point of the mouse.
Return Value
BooleanDrop was performed and the source can perform any removal of pages as required.
See Also