DragManagerDragStart Method |
Occurs when dragging starts.
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 DragStart(
Point screenPt,
PageDragEndData dragEndData
)
Parameters
- screenPt Point
- Mouse screen point at start of drag.
- dragEndData PageDragEndData
- Data to be dropped at destination.
Return Value
BooleanTrue if dragging waas started; otherwise false.
See Also