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

WindowsUIView.ContentContainerDeactivated Event

Fires when a Content Container gets deactivated.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public event ContentContainerEventHandler ContentContainerDeactivated

Event Data

The ContentContainerDeactivated 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. You can activate any container in code via the IWindowsUIViewController.Activate method. Containers raise the WindowsUIView.ContentContainerActivated event upon activation. The ContentContainerDeactivated event is fired when a previous container becomes inactive.

See Also