AutoHiddenGroupEventArgs Constructor |
Initialize a new instance of the AutoHiddenGroupEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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