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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override void RaiseCellRemoved(
	KryptonWorkspaceCell cell
)

Parameters

cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Referecence to an existing cell being removed.
See Also