Returns a collection of System.Web.UI.WebControls.WizardStepBase objects that have been accessed.
An ICollection containing the System.Web.UI.WebControls.WizardStepBase objects that have been accessed.
The Wizard.GetHistory method returns a collection containing the System.Web.UI.WebControls.WizardStepBase objects that have been accessed. The System.Web.UI.WebControls.WizardStepBase objects are arranged in the order in which they were accessed: the first item in the collection is the previous System.Web.UI.WebControls.WizardStepBase object, the second item in the collection is the System.Web.UI.WebControls.WizardStepBase object that was accessed before the previous step, and so on.