Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowsUIView.ContentContainerActivated Event

Fires when a Content Container gets activated.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.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