ActivePageChangedEventArgs Constructor |
Initialize a new instance of the ActivePageChangedEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ActivePageChangedEventArgs(
KryptonPage oldPage,
KryptonPage newPage
)
Parameters
- oldPage KryptonPage
- Previous active page value.
- newPage KryptonPage
- New active page value.
See Also