System.Web.UI.WebControls.DetailsView.OnBubbleEvent Method

Determines whether the event for the Web server control is passed up the page's user interface (UI) server control hierarchy.

Syntax

protected override bool OnBubbleEvent (object source, EventArgs e)

Parameters

source
The source of the event.
e
An EventArgs that contains the event data.

Returns

true if the event has been canceled; otherwise, false.

Remarks

The DetailsView.OnBubbleEvent(object, EventArgs) method implements the System.Web.UI.Control.OnBubbleEvent(object, EventArgs) method to pass events from child controls to the page hierarchy.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0