UnlinkCopyButton.OnBubbleEvent Method

Handles or re-raises a bubbled event.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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