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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PageSavingEventArgs(
	KryptonWorkspace workspace,
	KryptonPage page,
	XmlWriter xmlWriter
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Reference to owning workspace control.
page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Reference to owning workspace cell page.
xmlWriter
Type: System.XmlXmlWriter
Xml writer for persisting custom data.
See Also