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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public AutoHiddenGroupEventArgs(
	KryptonAutoHiddenGroup control,
	KryptonDockingAutoHiddenGroup element
)

Parameters

control
Type: Internal.ComponentFactory.Krypton.DockingKryptonAutoHiddenGroup
Reference to auto hidden group control instance.
element
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingAutoHiddenGroup
Reference to docking auto hidden group element that is managing the control.
See Also