Click or drag to resize

PageLoadingEventArgs Constructor

Initialize a new instance of the PageLoadingEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PageLoadingEventArgs(
	KryptonWorkspace workspace,
	KryptonPage page,
	XmlReader xmlReader
)

Parameters

workspace  KryptonWorkspace
Reference to owning workspace control.
page  KryptonPage
Reference to owning workspace cell page.
xmlReader  XmlReader
Xml reader for persisting custom data.
See Also