Click or drag to resize

DockspaceSeparatorResizeEventArgs Constructor

Initialize a new instance of the DockspaceSeparatorResizeEventArgs 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 DockspaceSeparatorResizeEventArgs(
	KryptonSeparator separator,
	KryptonDockingDockspace element,
	Rectangle resizeRect
)

Parameters

separator
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonSeparator
Reference to separator control instance.
element
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingDockspace
Reference to dockspace docking element that is managing the separator.
resizeRect
Type: System.DrawingRectangle
Initial resizing rectangle.
See Also