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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public XmlLoadingEventArgs(
	KryptonWorkspace workspace,
	XmlReader xmlReading
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Reference to owning workspace control.
xmlReading
Type: System.XmlXmlReader
Xml reader for persisting custom data.
See Also