public class Wizard.AfterSwitchPagesEventArgs : EventArgs
Provides data for the AfterSwitchPages event of the Wizard control.
Properties
| Name | Type | Description |
|---|---|---|
| NewIndex | Int32 | Gets or sets the index of the new page. |
| OldIndex | Int32 | Gets the index of the old page. |