Click or drag to resize

KryptonDockingManagerOnPageAutoHiddenRequest Method

Raises the PageAutoHiddenRequest event.

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#
protected virtual void OnPageAutoHiddenRequest(
	CancelUniqueNameEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.DockingCancelUniqueNameEventArgs
An CancelUniqueNameEventArgs containing the event args.
See Also