public class Wizard.BeforeSwitchPagesEventArgs : AfterSwitchPagesEventArgs
Provides data for the BeforeSwitchPages event of the Wizard control.
Properties
| Name | Type | Description |
|---|---|---|
| Cancel | Boolean | Indicates whether the page switch should be canceled. |
| NewIndex | Int32 | Gets or sets the index of the new page. |
| OldIndex | Int32 | Gets the index of the old page. |