Back to Devexpress

Wizard.Finish Event

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

latest1.3 KB
Original Source

Wizard.Finish Event

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

Event Data

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

IsButtonFinish

Wizard Class

Wizard Members

DevExpress.Xpf.Controls Namespace