Click or drag to resize

PageDragCancelEventArgs Constructor (Point, Point, Control, KryptonPageCollection)

Initialize a new instance of the PageDragCancelEventArgs 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 PageDragCancelEventArgs(
	Point screenPoint,
	Point elementOffset,
	Control c,
	KryptonPageCollection pages
)

Parameters

screenPoint
Type: System.DrawingPoint
Screen point of the mouse.
elementOffset
Type: System.DrawingPoint
Offset from the top left of the element.
c
Type: System.Windows.FormsControl
Control that started the drag operation.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageCollection
Collection of event associated pages.
See Also