RepeaterItem.OnBubbleEvent(Object, EventArgs) 方法

定义

如果 Repeater 参数是 EventArgs 的实例,将事件的任何来源及其信息分配给父 RepeaterCommandEventArgs 控件。

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

返回

Boolean

如果引发了分配给父级的事件,则为 true;否则为 false

适用于

另请参阅