Back to Devexpress

Wizard.Next Event

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

latest1.3 KB
Original Source

Wizard.Next Event

Occurs after clicking the Next 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 NextEventHandler Next
vb
Public Event Next As NextEventHandler

Event Data

The Next 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

IsButtonNext

Wizard Class

Wizard Members

DevExpress.Xpf.Controls Namespace