Back to Devexpress

Wizard.Back Event

wpf-devexpress-dot-xpf-dot-controls-dot-wizard-045f0a26.md

latest1.3 KB
Original Source

Wizard.Back Event

Occurs after clicking the Back button on a wizard page.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event BackEventHandler Back
vb
Public Event Back As BackEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled.

See Also

IsButtonBack

Wizard Class

Wizard Members

DevExpress.Xpf.Controls Namespace