SaveButton.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
true if the event is handled; otherwise, false (in which case the event is bubbled up to the parent control). The default is false.

Remarks

This method is invoked when the child Microsoft ASP.NET 2.0 Button control of the SaveButton calls the RaiseBubbleEvent() method.

See also

Reference

SaveButton class

SaveButton members

Microsoft.SharePoint.WebControls namespace