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

適用対象