Skip to main content

WindowsUIView.ContentContainerDeactivated Event

Fires when a Content Container gets deactivated.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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