Click or drag to resize

KryptonDockingSpaceOnSpaceCellPageInserting Method

Occurs when a page is added to a cell in the workspace.

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 virtual void OnSpaceCellPageInserting(
	Object sender,
	KryptonPageEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageEventArgs
A KryptonPageEventArgs containing the event data.
See Also