Click or drag to resize

AutoHiddenGroupEventArgs Constructor

Initialize a new instance of the AutoHiddenGroupEventArgs 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 AutoHiddenGroupEventArgs(
	KryptonAutoHiddenGroup control,
	KryptonDockingAutoHiddenGroup element
)

Parameters

control  KryptonAutoHiddenGroup
Reference to auto hidden group control instance.
element  KryptonDockingAutoHiddenGroup
Reference to docking auto hidden group element that is managing the control.
See Also