Click or drag to resize

PageSavingEventArgs Constructor

Initialize a new instance of the PageSavingEventArgs 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 PageSavingEventArgs(
	KryptonWorkspace workspace,
	KryptonPage page,
	XmlWriter xmlWriter
)

Parameters

workspace  KryptonWorkspace
Reference to owning workspace control.
page  KryptonPage
Reference to owning workspace cell page.
xmlWriter  XmlWriter
Xml writer for persisting custom data.
See Also