Skip to main content

DockManager.DestroyAutoHideContainer Event

Fires before an auto hide container has been destroyed.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Docking")]
public event AutoHideContainerEventHandler DestroyAutoHideContainer

Event Data

The DestroyAutoHideContainer event's data class is DevExpress.XtraBars.Docking.AutoHideContainerEventArgs.

Remarks

The automatic hiding functionality allows dock panels to be temporarily removed from the form. These panels are minimized to the auto-hide containers and represented onscreen only by their labels. The DestroyAutoHideContainer event is raised in response to an auto hide container being destroyed. The auto hide container is destroyed automatically after the auto hiding functionality of the last panel within this container has been disabled.

The event parameter’s properties allow the processed auto hide container and the form’s side along which it’s aligned to be identified.

See Also