Click or drag to resize

AutoHiddenGroupPanelEventArgs Constructor

Initialize a new instance of the AutoHiddenGroupPanelEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public AutoHiddenGroupPanelEventArgs(
	KryptonAutoHiddenPanel autoHiddenPanel,
	KryptonDockingEdgeAutoHidden element
)

Parameters

autoHiddenPanel  KryptonAutoHiddenPanel
Reference to auto hidden panel control instance.
element  KryptonDockingEdgeAutoHidden
Reference to docking auto hidden edge element that is managing the panel.
See Also