MobileListItem.OnBubbleEvent(Object, EventArgs) 方法

定义

确定服务器控件的事件是否传递页面的用户界面(UI)服务器控件层次结构。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

参数

source
Object

事件的源对象。

e
EventArgs

事件参数。

返回

true 如果事件向上传递控件层次结构,则为否则,为 false.

适用于