System.Web.UI.WebControls.MenuItemTemplateContainer.OnBubbleEvent Method

Passes the event raised by a control within the container up the page's user interface (UI) server control hierarchy.

Syntax

protected override bool OnBubbleEvent (object source, EventArgs args)

Parameters

args
Documentation for this section has not yet been entered.
source
The source of the event.

Returns

true to indicate that this method is passing an event raised by a control within the container up the page's UI server control hierarchy; otherwise, false.

Remarks

Use the MenuItemTemplateContainer.OnBubbleEvent(object, EventArgs) method to pass an event raised by a control within the container up the page's UI server control hierarchy.

Note:

This method is used primarily by control developers when extending the System.Web.UI.WebControls.Menu class.

Requirements

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