Wizard.BeforeSwitchPagesEventArgs Class

Source: Controls/Wizard.cs · Assembly: Dew.Math.Controls
EventArgsAfterSwitchPagesEventArgsWizard.BeforeSwitchPagesEventArgs

public class Wizard.BeforeSwitchPagesEventArgs : AfterSwitchPagesEventArgs

Provides data for the BeforeSwitchPages event of the Wizard control.

Properties

NameTypeDescription
CancelBooleanIndicates whether the page switch should be canceled.
NewIndexInt32Gets or sets the index of the new page.
OldIndexInt32Gets the index of the old page.