Click or drag to resize

DockspaceEventArgs Constructor

Initialize a new instance of the DockspaceEventArgs 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 DockspaceEventArgs(
	KryptonDockspace dockspace,
	KryptonDockingDockspace element
)

Parameters

dockspace  KryptonDockspace
Reference to new dockspace control instance.
element  KryptonDockingDockspace
Reference to docking dockspace element that is managing the dockspace control.
See Also