System.Web.UI.WebControls.FormViewRow.OnBubbleEvent Method

Determines whether to pass an event up the page's ASP.NET server control hierarchy.

Syntax

protected override bool OnBubbleEvent (object source, EventArgs e)

Parameters

source
The source of the event.
e
The event data.

Returns

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

Remarks

Documentation for this section has not yet been entered.

Requirements

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