Click or drag to resize

CellDragCancelEventArgs Constructor (Point, Point, Control, KryptonPage, 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(
	Point screenPoint,
	Point screenOffset,
	Control c,
	KryptonPage[] pages,
	KryptonWorkspaceCell cell
)

Parameters

screenPoint
Type: System.DrawingPoint
Screen point of the mouse.
screenOffset
Type: System.DrawingPoint
Screen offset of the mouse to the source element.
c
Type: System.Windows.FormsControl
Control that started the drag operation.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Array of event associated pages.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Workspace cell associated with pages.
See Also