RepeaterItem.OnBubbleEvent(Object, EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 Repeater 參數是 EventArgs 的執行個體,則將事件的來源及其資訊指派至父代 (Parent) 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
。