RepeaterItem.OnBubbleEvent(Object, EventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 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
事件源。
返回
如果引发了分配给父级的事件,则为 true
;否则为 false
。