TabStrip.OnBubbleEvent Method
If a tab has been selected, calls the OnTabClick(TabClickEventArgs) event and returns true; otherwise, returns false.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function OnBubbleEvent ( _
source As Object, _
ea As EventArgs _
) As Boolean
'Usage
Dim source As Object
Dim ea As EventArgs
Dim returnValue As Boolean
returnValue = Me.OnBubbleEvent(source, _
ea)
protected override bool OnBubbleEvent(
Object source,
EventArgs ea
)
Parameters
- source
Type: System.Object
- ea
Type: System.EventArgs
Return Value
Type: System.Boolean