Click or drag to resize

PageDragCancelEventArgs(Point, Point, Control, KryptonPageCollection) Constructor

Initialize a new instance of the PageDragCancelEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PageDragCancelEventArgs(
	Point screenPoint,
	Point elementOffset,
	Control c,
	KryptonPageCollection pages
)

Parameters

screenPoint  Point
Screen point of the mouse.
elementOffset  Point
Offset from the top left of the element.
c  Control
Control that started the drag operation.
pages  KryptonPageCollection
Collection of event associated pages.
See Also