Provides event arguments for cancelling page switching events.
- Inheritance:
-
object
Event
Args CancelEvent objectArgs
Constructors
WizardPageCancelEventArgs(WizardPage, WizardPageEventReason)
Initializes a new instance of the WizardPageCancelEventArgs
class.
Parameter | Type | Description |
---|---|---|
page | Wizard |
The Wizard |
reason | Wizard |
A Wizard |
Properties
Page
Gets the Wizard
Property Value
- Wizard
Page : A Wizard
Page specifying the page that is about to be selected. A null reference is returned if no page will be selected.
Reason
Gets a Wizard
Property Value
- Wizard
Page :Event Reason A Wizard
Page specifying what caused the event to occur.Event Reason