System.Web.UI.WebControls.Menu.OnBubbleEvent Method

Determines whether the event for the System.Web.UI.WebControls.Menu control is passed 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 if the event has been canceled; otherwise, false. The default is false.

Remarks

This member overrides System.Web.UI.Control.OnBubbleEvent(object, EventArgs).

Note:

This method is used primarily by control developers to extend the System.Web.UI.WebControls.Menu control.

Requirements

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