CreateUserWizard.OnBubbleEvent(Object, EventArgs) メソッド

定義

サーバー コントロールのイベントがページの UI サーバー コントロール階層に渡されるかどうかを判断します。

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

返品

ブール値。

適用対象