Skip to main content

BaseContentContainer.ActualActionsChanged Event

Fires when the current Content Container‘s actions collection changes.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler ActualActionsChanged

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