TabClickEventArgs.TabClicked Property
Gets the Tab control that was clicked.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property TabClicked As Tab
Get
'Usage
Dim instance As TabClickEventArgs
Dim value As Tab
value = instance.TabClicked
public Tab TabClicked { get; }
Property Value
Type: Microsoft.SharePoint.Portal.WebControls.Tab