ObjectListItem.OnBubbleEvent Method (Object, EventArgs)

 

Determines whether the event for the server control is passed up the page's UI server control hierarchy. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected override bool OnBubbleEvent(
	object source,
	EventArgs e
)

Parameters

source
Type: System.Object

The source object of the event.

e
Type: System.EventArgs

The event arguments.

Return Value

Type: System.Boolean

true if the event is passed up the control hierarchy; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: