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

WindowsUIView.ContentContainerActivated Event

Fires when a Content Container gets activated.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event ContentContainerEventHandler ContentContainerActivated

Event Data

The ContentContainerActivated 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 ContentContainerActivated event upon activation. The WindowsUIView.ContentContainerDeactivated event is fired when a previous container becomes inactive.

See Also