Click or drag to resize

DragStartEventCancelArgs Constructor

Initialize a new instance of the DragStartEventCancelArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DragStartEventCancelArgs(
	Point point,
	Point offset,
	Control c
)

Parameters

point
Type: System.DrawingPoint
Point associated with event.
offset
Type: System.DrawingPoint
Offset associated with event.
c
Type: System.Windows.FormsControl
Control that is generating the drag start.
See Also