Click or drag to resize

DockPageLoadingEventArgs Constructor

Initialize a new instance of the DockPageLoadingEventArgs 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#
public DockPageLoadingEventArgs(
	KryptonDockingManager manager,
	XmlReader xmlReading,
	KryptonPage page
)

Parameters

manager
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingManager
Reference to owning docking manager instance.
xmlReading
Type: System.XmlXmlReader
Xml reader for persisting custom data.
page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Reference to page being loaded.
See Also