New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.WizardEventArgs

Provides data for the RadWizard button click events of the Telerik.Web.UI.RadWizard control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.WizardEventArgs

Properties

CurrentStep RadWizardStep

Gets current active step in the control when the event is raised.

CurrentStepIndex Int32

Gets the index of the current active step in the control when the event is raised.

NextStep RadWizardStep

Gets the next active step in the control when the event is raised.

NextStepIndex Int32

Gets the index of the next active step in the control when the event is raised.

In this article