Click or drag to resize

ActivePageChangedEventArgs Constructor

Initialize a new instance of the ActivePageChangedEventArgs 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 ActivePageChangedEventArgs(
	KryptonPage oldPage,
	KryptonPage newPage
)

Parameters

oldPage  KryptonPage
Previous active page value.
newPage  KryptonPage
New active page value.
See Also