Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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