Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public event ContentContainerEventHandler ContentContainerRemoved

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.

See Also