Click or drag to resize

KryptonDockingManagerOnRecreateLoadingPage Method

Raises the RecreateLoadingPage event.

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 virtual void OnRecreateLoadingPage(
	RecreateLoadingPageEventArgs e
)

Parameters

e  RecreateLoadingPageEventArgs
An RecreateLoadingPageEventArgs containing event data.
See Also