IDragPageNotifyPageDragMove Method |
Occurs when the mouse moves during the drag operation.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid PageDragMove(
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.
See Also