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

WindowsUIView.NavigationBarsShown Event

Fires when navigation bars are shown.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event EventHandler NavigationBarsShown

Event Data

The NavigationBarsShown event's data class is EventArgs.

Remarks

A WindowsUIView has Navigation Bars invoked with a right mouse button click. These bars contain buttons that perform navigation actions (‘Home’, ‘Overview’, ‘Back’ and ‘Close’), buttons that perform the IWindowsUIViewController.Flip and IWindowsUIViewController.Rotate methods (for SplitGroup containers only) and custom buttons (see the figure below):

DocumentManager - Navigation Bars

Displaying and hiding these navigation bars fires the NavigationBarsShown or WindowsUIView.NavigationBarsHidden event respectively.

The NavigationBarsShown event occurs when Navigation Bars are already displayed. You can also handle the WindowsUIView.NavigationBarsShowing event that fires immediately after an end-user calls for Navigation Bars.

See Also