WindowsUIView.ContentContainerRemoved Event
Fires when a Content Container is being removed from the WindowsUIView.ContentContainers collection.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The ContentContainerRemoved event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.ContentContainerEventArgs.
Remarks
Content Containers used within the current WindowsUIView application stored in the WindowsUIView.ContentContainers collection. When a container is being added or removed from the WindowsUIView.ContentContainers collection, the WindowsUIView.ContentContainerAdded or ContentContainerRemoved events are raised.