Represents the method that will handle the
TabCreated,
TabDataBound and
TabClick events of a
RadTabStrip control.
Namespace: Telerik.WebControls
Assembly: RadTabStrip (in RadTabStrip.dll)
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As New TabStripEventHandler(AddressOf HandlerMethod)
|
Parameters
- sender
- The source of the event.
- e
-
A TabStripEventArgs than contains the event
data
Remarks
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