Click or drag to resize

IDragPageNotifyPageDragMove Method

Occurs when the mouse moves during the drag operation.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void PageDragMove(
	Object sender,
	PointEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the page drag; can be null.
e
Type: Internal.ComponentFactory.Krypton.ToolkitPointEventArgs
Event arguments containing the new screen point of the mouse.
See Also