2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
You can handle the BeforeFinish event in Wizard Control to cancel the action when clicking on the finish button. Here is the code snippet: C# private void wizardControl1_BeforeFinish(object sender, System.ComponentModel.CancelEventArgs e) { //Cancelling the Action when Finish button is clicked e.Cancel = true; } VB Private Sub wizardControl1_BeforeFinish(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) 'Cancelling the Action when Finish button is clicked e.Cancel = True End Sub |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.