Click or drag to resize

CellPageNotifyPageDragMove Method

Occurs when the mouse moves during the drag operation.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public 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.

Implements

IDragPageNotifyPageDragMove(Object, PointEventArgs)
See Also