Share via


Microsoft.WindowsServerSolutions.Wizards Namespace

 

The Microsoft.WindowsServerSolutions.Wizards namespace provides functionality for implementing wizard forms and wizard pages.

Classes

Class Description
System_CAPS_pubclass GettingTargetPageEventArgs

Provides data for the GettingNextPage event.

System_CAPS_pubclass ValidatingEventArgs

Provides data for the PageValidating event.

System_CAPS_pubclass WizardForm

Represents the base form class for the wizard, which contains the collection of wizard pages and the default logic of the page flow.

System_CAPS_pubclass WizardPage

Contains the base class for each page of the wizard.

Return to top