Click or drag to resize

DockspaceSeparatorEventArgs Constructor

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

Parameters

separator  KryptonSeparator
Reference to separator control instance.
element  KryptonDockingDockspace
Reference to dockspace docking element that is managing the separator.
See Also