MobileListItem.OnBubbleEvent(Object, EventArgs) Method

Definition

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 Mobile Apps & Sites with ASP.NET.

protected:
 override bool OnBubbleEvent(System::Object ^ source, EventArgs ^ e);
protected override bool OnBubbleEvent (object source, EventArgs e);
override this.OnBubbleEvent : obj * EventArgs -> bool
Protected Overrides Function OnBubbleEvent (source As Object, e As EventArgs) As Boolean

Parameters

source
Object

The source object of the event.

e
EventArgs

The event arguments.

Returns

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

Applies to