Click or drag to resize

CellDragCancelEventArgs Constructor (PageDragCancelEventArgs, KryptonWorkspaceCell)

Initialize a new instance of the CellDragCancelEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CellDragCancelEventArgs(
	PageDragCancelEventArgs e,
	KryptonWorkspaceCell cell
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragCancelEventArgs
Event to upgrade to this event.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Workspace cell associated with pages.
See Also