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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PageLoadingEventArgs(
	KryptonWorkspace workspace,
	KryptonPage page,
	XmlReader xmlReader
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Reference to owning workspace control.
page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Reference to owning workspace cell page.
xmlReader
Type: System.XmlXmlReader
Xml reader for persisting custom data.
See Also