RadTabStrip for ASP.NET

RadTabStrip Send comments on this topic.
TabStripEventArgs Class
See Also  Members  
Telerik.WebControls Namespace : TabStripEventArgs Class


Provides data for the TabCreated, TabDataBound and TabClick events.

Object Model


 

Namespace: Telerik.WebControls
Assembly: RadTabStrip (in RadTabStrip.dll)

Syntax

Visual Basic (Declaration) 
Public Class TabStripEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As TabStripEventArgs
C# 
public class TabStripEventArgs : EventArgs 

Remarks

The TabCreated event is raised when a tab in the RadTabStrip control is created.

The TabDataBound event is raised when a tab in the RadTabStrip control is databound to a source.

The TabClick event is raised when a tab in the RadTabStrip control is clicked.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Telerik.WebControls.TabStripEventArgs

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadTabStrip (in RadTabStrip.dll)

See Also