Click or drag to resize

PageDragEventArgs Constructor (Point, KryptonPage)

Initialize a new instance of the KryptonPageDragEventArgs class.

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#
public PageDragEventArgs(
	Point screenPoint,
	KryptonPage[] pages
)

Parameters

screenPoint
Type: System.DrawingPoint
Screen point of the mouse.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Array of event associated pages.
See Also