AutoHiddenShowingStateEventArgs Constructor |
Initialize a new instance of the AutoHiddenShowingStateEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic AutoHiddenShowingStateEventArgs(
KryptonPage page,
DockingAutoHiddenShowState state
)
Parameters
- page KryptonPage
- Page for which state has changed.
- state DockingAutoHiddenShowState
- New state of the auto hidden page.
See Also