MobileListItem.OnBubbleEvent Method (Object, EventArgs)
.NET Framework (current version)
Determines whether the event for the server control is passed up the page's user interface (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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Protected Overrides Function OnBubbleEvent ( source As Object, e As EventArgs ) As Boolean
Parameters
- source
-
Type:
System.Object
The source object of the event.
- e
-
Type:
System.EventArgs
The event arguments.
Return Value
Type: System.Booleantrue if the event is passed up the control hierarchy; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: