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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.