DockGlobalSavingEventArgs Constructor |
Initialize a new instance of the DockGlobalSavingEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic DockGlobalSavingEventArgs(
KryptonDockingManager manager,
XmlWriter xmlWriter
)
Parameters
- manager KryptonDockingManager
- Reference to owning docking manager instance.
- xmlWriter XmlWriter
- Xml writer for persisting custom data.
See Also