Click or drag to resize

AutoHiddenShowingStateEventArgs Constructor

Initialize a new instance of the AutoHiddenShowingStateEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public AutoHiddenShowingStateEventArgs(
	KryptonPage page,
	DockingAutoHiddenShowState state
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page for which state has changed.
state
Type: Internal.ComponentFactory.Krypton.DockingDockingAutoHiddenShowState
New state of the auto hidden page.
See Also