Click or drag to resize

DockspaceCellEventArgs Constructor

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

Parameters

dockspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockspace
Reference to existing dockspace control instance.
element
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingDockspace
Reference to docking dockspace element that is managing the dockspace control.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Reference to dockspace control cell instance.
See Also