Click or drag to resize

DragFeedbackStart Method

Called to initialize the implementation when dragging starts.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void Start(
	IPaletteDragDrop paletteDragDrop,
	IRenderer renderer,
	PageDragEndData pageDragEndData,
	DragTargetList dragTargets
)

Parameters

paletteDragDrop
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDragDrop
Drawing palette.
renderer
Type: Internal.ComponentFactory.Krypton.ToolkitIRenderer
Drawing renderer.
pageDragEndData
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Drag data associated with drag operation.
dragTargets
Type: Internal.ComponentFactory.Krypton.NavigatorDragTargetList
List of all drag targets.
See Also