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

Events

For a detailed list with the server-side properties and methods of the control, see the Server-Side API of the RadTabStrip class.

RadTabStrip introduces three server-side events for working with tabs:

  • TabClick occurs when the user clicks on a tab.

  • TabCreated occurs when a new tab is added to the tab strip (at any level).

  • TabDataBound occurs when a tab is bound to a data source.

  • Reordered occurs after the reorder operation is completed.

In addition, RadMultiPage introduces a single server-side event:

See Also

In this article