Click or drag to resize

CellDragCancelEventArgs(Point, Point, Control, KryptonPage, KryptonWorkspaceCell) Constructor

Initialize a new instance of the CellDragCancelEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CellDragCancelEventArgs(
	Point screenPoint,
	Point screenOffset,
	Control c,
	KryptonPage[] pages,
	KryptonWorkspaceCell cell
)

Parameters

screenPoint  Point
Screen point of the mouse.
screenOffset  Point
Screen offset of the mouse to the source element.
c  Control
Control that started the drag operation.
pages  KryptonPage
Array of event associated pages.
cell  KryptonWorkspaceCell
Workspace cell associated with pages.
See Also