Click or drag to resize

XmlLoadingEventArgs Constructor

Initialize a new instance of the XmlLoadingEventArgs class.

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 XmlLoadingEventArgs(
	KryptonWorkspace workspace,
	XmlReader xmlReading
)

Parameters

workspace  KryptonWorkspace
Reference to owning workspace control.
xmlReading  XmlReader
Xml reader for persisting custom data.
See Also