Click or drag to resize

KryptonWorkspaceSequenceLoadFromXml Method

Request this sequence load and recreate children.

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 void LoadFromXml(
	KryptonWorkspace workspace,
	XmlReader xmlReader,
	UniqueNameToPage existingPages
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Reference to owning workspace instance.
xmlReader
Type: System.XmlXmlReader
Xml reader for loading information.
existingPages
Type: Internal.ComponentFactory.Krypton.NavigatorUniqueNameToPage
Dictionary on existing pages before load.
See Also