WindowsUIView.HierarchyChanged Event
Occurs when the application’s hierarchy (navigation tree) has been changed.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The HierarchyChanged event's data class is EventArgs.
Remarks
If any changes were made to the current application’s navigation tree, the HierarchyChanged event is raised. At design-time, the application’s navigation tree can be viewed and modified via the Designer‘s corresponding section.
See Also