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

BaseContentContainer Events
Show Inherited Hide Inherited

A base class for all Content Containers types used within a WindowsUIView.
Name Description
ActionCustomization Occurs whenever Navigation Bars within the current BaseContentContainer are to be displayed. Allows you to customize this container’s Navigation Bar Actions.
ActualActionsChanged Fires when the current Content Container‘s actions collection changes.
ButtonChecked Occurs when a Custom Button within the current Content Container is checked.
ButtonClick Occurs when a regular Custom Button within the current Content Container is clicked.
ButtonUnchecked Occurs when a Custom Button within the current Content Container is checked.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also