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

Wizard.Back Event

Occurs after clicking the Back button on a wizard page.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public event BackEventHandler Back

Event Data

The Back event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.
See Also