XmlLoadingEventArgs Constructor |
Initialize a new instance of the XmlLoadingEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic XmlLoadingEventArgs(
KryptonWorkspace workspace,
XmlReader xmlReading
)
Parameters
- workspace KryptonWorkspace
- Reference to owning workspace control.
- xmlReading XmlReader
- Xml reader for persisting custom data.
See Also