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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public AutoHiddenSeparatorResizeEventArgs(
	KryptonSeparator separator,
	KryptonDockspace dockspace,
	KryptonPage page,
	Rectangle resizeRect
)

Parameters

separator
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonSeparator
Reference to separator control instance.
dockspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockspace
Reference to dockspace control instance.
page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Reference to page contained in the dockspace.
resizeRect
Type: System.DrawingRectangle
Initial resizing rectangle.
See Also