BaseContentContainer.ActualActionsChanged Event
Fires when the current Content Container‘s actions collection changes.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The ActualActionsChanged event's data class is EventArgs.
Remarks
Every Content Container can display Custom Navigation Bar Actions, stored in the BaseContentContainer.Actions collection. Whenever this collection is modified, the ActualActionsChanged event occurs. See the Navigation Bars topic to learn more.
See Also