Back to Devexpress

WindowsUIView.NavigationBarsShown Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-ef3f77cd.md

latest3.0 KB
Original Source

WindowsUIView.NavigationBarsShown Event

Fires when navigation bars are shown.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event EventHandler NavigationBarsShown
vb
Public Event NavigationBarsShown As EventHandler

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):

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

NavigationBarsHidden

NavigationBarsShowing

Navigation Bars

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace