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

定義

EventArgs パラメーターがRepeaterCommandEventArgsのインスタンスである場合は、イベントのソースとその情報を親Repeater コントロールに割り当てます。

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

イベント データを含む EventArgs

返品

true 親に割り当てられたイベントが発生した場合は 、それ以外の場合は false

適用対象

こちらもご覧ください