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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public AutoHiddenGroupPanelEventArgs(
	KryptonAutoHiddenPanel autoHiddenPanel,
	KryptonDockingEdgeAutoHidden element
)

Parameters

autoHiddenPanel
Type: Internal.ComponentFactory.Krypton.DockingKryptonAutoHiddenPanel
Reference to auto hidden panel control instance.
element
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingEdgeAutoHidden
Reference to docking auto hidden edge element that is managing the panel.
See Also