Skip to main content
A newer version of this page is available. .

WindowsUIView.HierarchyChanged Event

Occurs when the application’s hierarchy (navigation tree) has been changed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event EventHandler HierarchyChanged

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