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

Wizard.Finish Event

Occurs after clicking the Finish button on a wizard page.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public event FinishEventHandler Finish

Event Data

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