Back to Devexpress

WindowsUIView.NavigationBarsHidden Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-8e3aa7f7.md

latest2.5 KB
Original Source

WindowsUIView.NavigationBarsHidden Event

Fires when navigation bars are hidden.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event EventHandler NavigationBarsHidden
vb
Public Event NavigationBarsHidden As EventHandler

Event Data

The NavigationBarsHidden 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 WindowsUIView.NavigationBarsShown or NavigationBarsHidden events respectively.

See Also

NavigationBarsShown

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace