System.Web.UI.WebControls.MultiView.OnBubbleEvent Method

Determines whether the event for the System.Web.UI.WebControls.MultiView control is passed to the page's UI server control hierarchy.

Syntax

protected override bool OnBubbleEvent (object source, EventArgs e)

Parameters

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

Returns

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

Remarks

A System.Web.UI.WebControls.MultiView control contains System.Web.UI.WebControls.View controls that raise events. This method overrides the base implementation to handle navigation between System.Web.UI.WebControls.View controls.

Requirements

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