Wizard.AfterSwitchPagesEventArgs Class

Source: Controls/Wizard.cs · Assembly: Dew.Math.Controls
EventArgsWizard.AfterSwitchPagesEventArgs

public class Wizard.AfterSwitchPagesEventArgs : EventArgs

Provides data for the AfterSwitchPages event of the Wizard control.

Properties

NameTypeDescription
NewIndexInt32Gets or sets the index of the new page.
OldIndexInt32Gets the index of the old page.