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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SaveToXml(
	KryptonWorkspace workspace,
	XmlWriter xmlWriter
)

Parameters

workspace  KryptonWorkspace
Reference to owning workspace instance.
xmlWriter  XmlWriter
Xml writer to save information into.
See Also