Click or drag to resize

AutoHiddenSeparatorResizeEventArgs Constructor

Initialize a new instance of the AutoHiddenSeparatorResizeEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public AutoHiddenSeparatorResizeEventArgs(
	KryptonSeparator separator,
	KryptonDockspace dockspace,
	KryptonPage page,
	Rectangle resizeRect
)

Parameters

separator  KryptonSeparator
Reference to separator control instance.
dockspace  KryptonDockspace
Reference to dockspace control instance.
page  KryptonPage
Reference to page contained in the dockspace.
resizeRect  Rectangle
Initial resizing rectangle.
See Also