Click or drag to resize

DockableWorkspaceEventArgs Constructor

Initialize a new instance of the DockableWorkspaceEventArgs 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 DockableWorkspaceEventArgs(
	KryptonDockableWorkspace workspace,
	KryptonDockingWorkspace element
)

Parameters

workspace  KryptonDockableWorkspace
Reference to dockable workspace control instance.
element  KryptonDockingWorkspace
Reference to docking workspace element that is managing the dockable workspace control.
See Also