Click or drag to resize

CellDragCancelEventArgs(PageDragCancelEventArgs, 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(
	PageDragCancelEventArgs e,
	KryptonWorkspaceCell cell
)

Parameters

e  PageDragCancelEventArgs
Event to upgrade to this event.
cell  KryptonWorkspaceCell
Workspace cell associated with pages.
See Also