Click or drag to resize

ViewDrawWorkspaceSeparatorSeparatorMoved Method

Indicates the separator has finished and been moved.

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 void SeparatorMoved(
	Point mouse,
	Point splitter
)

Parameters

mouse
Type: System.DrawingPoint
Current mouse position in client area.
splitter
Type: System.DrawingPoint
Current position of the splitter.

Implements

ISeparatorSourceSeparatorMoved(Point, Point)
See Also