다음을 통해 공유


DataPager.OnBubbleEvent(Object, EventArgs) 메서드

정의

DataPager 컨트롤의 이벤트가 페이지의 UI(사용자 인터페이스) 서버 컨트롤 계층 구조에 전달되었는지 여부를 확인합니다.

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

이벤트 데이터입니다.

반환

Boolean

이벤트를 부모 컨트롤로 보내면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보