Back to Devexpress

BaseContentContainer Events

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-dot-underscore-events.md

latest3.1 KB
Original Source

BaseContentContainer Events

A base class for all Content Containers types used within a WindowsUIView.

NameDescription
ActionCustomizationOccurs whenever Navigation Bars within the current BaseContentContainer are to be displayed. Allows you to customize this container’s Navigation Bar Actions.
ActualActionsChangedFires when the current Content Container‘s actions collection changes.
ButtonCheckedOccurs when a Custom Button within the current Content Container is checked.
ButtonClickOccurs when a regular Custom Button within the current Content Container is clicked.
ButtonUncheckedOccurs when a Custom Button within the current Content Container is checked.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace