TabClickEventArgs Constructor (Tab)
Initializes a new instance of the TabClickEventArgs class with the specified Tab control.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
tabClicked As Tab _
)
'Usage
Dim tabClicked As Tab
Dim instance As New TabClickEventArgs(tabClicked)
public TabClickEventArgs(
Tab tabClicked
)
Parameters
- tabClicked
Type: Microsoft.SharePoint.Portal.WebControls.Tab