System.Web.UI.WebControls.Wizard.OnBubbleEvent Method

Determines whether the event for the server control is passed up the page’s user interface server control hierarchy.

Syntax

protected override bool OnBubbleEvent (object source, EventArgs e)

Parameters

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

Returns

true if the event for the server control is passed up the page’s user interface server control hierarchy; 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