Back to Devexpress

WindowsUIView.BackButtonClick Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-5e29b70c.md

latest2.6 KB
Original Source

WindowsUIView.BackButtonClick Event

Fires when an end-user clicks a ‘Back’ button within a Navigation Bar.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event BackButtonClickEventHandler BackButtonClick
vb
Public Event BackButtonClick As BackButtonClickEventHandler

Event Data

The BackButtonClick event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.BackButtonClickEventArgs.

Remarks

The BackButtonClick event is raised only for a ‘Back’ button. For other buttons, whether they are standard container buttons (‘Flip’, ‘Rotate’, ‘Overview’ etc) or your own custom buttons added to BaseContentContainer.Actions and WindowsUIView.ContentContainerActions collections, handle the WindowsUIView.NavigationBarsButtonClick event instead.

A ‘Back’ button can also be repainted separately from other Navigation Bar buttons. To do this, handle the WindowsUIView.CustomDrawBackButton event.

See Also

NavigationBarsButtonClick

CustomDrawBackButton

Navigation Bars

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace