Click or drag to resize

KryptonWorkspaceSequenceSaveToXml Method

Request this sequence save its information about 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 SaveToXml(
	KryptonWorkspace workspace,
	XmlWriter xmlWriter
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Reference to owning workspace instance.
xmlWriter
Type: System.XmlXmlWriter
Xml writer to save information into.
See Also