Click or drag to resize
Wizard .NET Library

WizardPageInitEventArgs Properties

The WizardPageInitEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether this action is to be canceled or allowed.
(Inherited from WizardPageConfirmEventArgs.)
Public propertyPage
Gets the WizardPage that has raised the event.
(Inherited from WizardPageConfirmEventArgs.)
Public propertyPreviousPage
Gets the WizardPage that was previously selected when the event was raised.
Top
See Also