Click or drag to resize

PageDragEventArgs(Point, KryptonPage) Constructor

Initialize a new instance of the KryptonPageDragEventArgs 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 PageDragEventArgs(
	Point screenPoint,
	KryptonPage[] pages
)

Parameters

screenPoint  Point
Screen point of the mouse.
pages  KryptonPage
Array of event associated pages.
See Also