Events of KetticWizard Control for WinForms
KetticWizard control resembles the installation of standard wizards. It is able to help developers to divide a complicated operating process into various simple steps which allow the users of your application easily perform the operation. This KetticWizard control for Windows Forms completely supports the Wizard97 and Wizard Aero specifications. Additionally, it offers the design time support, predesigned welcome, completion, internal pages, as well as predefined themes support.
Events for Customizing KetticWizard in C#.NET
KetticWizard Windows Forms control contains the following events for the users to customize this control in Windows Forms application.
C# Implement the Events of KetticWizard Component
In the following C# code sample, we are going to subscribe to the Next event and handle this event. We implement this event to select the page when clicking on the Next command button. And then we will cancel the transition from the second to the third page and finally choose the first page of KetticWizard. C# Subscribing to the Next event
C# Handling the Next event
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWizard - ModesWizard - PagesWizard - EventsWizard - CustomizationWizard - LocalizationWinForms Test UI ControlWinForms Theme UI Control |