Occurs on the server when a tab in the
RadTabStrip
control is clicked.
Event Data
The event handler receives an argument of type TabStripEventArgs containing data related to this event. The following TabStripEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Tab |
Gets the referenced Tab in the
RadTabStrip control when the event is raised.
|
Namespace: Telerik.WebControls
Assembly: RadTabStrip (in RadTabStrip.dll)
Syntax
Event Data
The event handler receives an argument of type TabStripEventArgs containing data related to this event. The following TabStripEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Tab |
Gets the referenced Tab in the
RadTabStrip control when the event is raised.
|
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also