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

Wizard.Next Event

Occurs after clicking the Next 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 NextEventHandler Next

Event Data

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