ListViewDataItem.OnBubbleEvent(Object, EventArgs) 메서드

정의

페이지의 ASP.NET 서버 컨트롤 계층 구조에 이벤트를 전달할지 여부를 결정합니다.

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

이벤트 데이터입니다.

반품

이벤트가 부모 컨트롤로 전송되었으면

적용 대상