Click or drag to resize

KryptonDockingWorkspaceRaiseCellRemoved Method

Raises the type specific cell removed 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 RaiseCellRemoved(
	KryptonWorkspaceCell cell
)

Parameters

cell  KryptonWorkspaceCell
Referecence to an existing cell being removed.
See Also