Click or drag to resize

DockableWorkspaceCellEventArgs Constructor

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

Parameters

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