Click or drag to resize

KryptonDockingFloatspaceRaiseCellAdding Method

Raises the type specific cell adding event determinated by the derived 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#
protected override void RaiseCellAdding(
	KryptonWorkspaceCell cell
)

Parameters

cell  KryptonWorkspaceCell
Referecence to new cell being added.
See Also