Share via


UnlinkCopyButton.OnBubbleEvent method

Handles or re-raises a bubbled event.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function OnBubbleEvent ( _
    source As Object, _
    e As EventArgs _
) As Boolean
'Usage
Dim source As Object
Dim e As EventArgs
Dim returnValue As Boolean

returnValue = Me.OnBubbleEvent(source, _
    e)
protected override bool OnBubbleEvent(
    Object source,
    EventArgs e
)

Parameters

Return value

Type: System.Boolean

See also

Reference

UnlinkCopyButton class

UnlinkCopyButton members

Microsoft.SharePoint.WebControls namespace