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

Telerik.Web.UI.RadWizard : Telerik.Web.UI.RadWebControl

Inheritance Hierarchy

Events

buttonClicked

This event is fired immediately after the RadWizard responds to button or step click.

Event Data

sender Telerik.Web.UI.RadWizard

The instance of the RadWizard raised the event.

args Telerik.Web.UI.WizardButtonClickedEventArgs

The event arguments.

load

This event is fired when the RadWizard client-side object is loaded.

Event Data

sender Telerik.Web.UI.RadWizard

The instance of the RadWizard raised the event.

args Sys.EventArgs

The event arguments.

buttonClicking

This event is fired when user clicks on a button or step before the RadWizard responds to the click.

Event Data

sender Telerik.Web.UI.RadWizard

The instance of the RadWizard raised the event.

args Telerik.Web.UI.WizardButtonClickingEventArgs

The event arguments.

In this article