C# 클래스 AjaxControlToolkit.ConfirmButtonExtender

상속: ExtenderControlBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RegisterDisplayModalPopup ( ) : void

Registers the target of DisplayModalPopupID for use with ConfirmButton.

Called in OnLoad by default, but can be called later if the ModalPopup/ConfirmButton are created dynamically.

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

메소드 상세

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

RegisterDisplayModalPopup() 공개 메소드

Registers the target of DisplayModalPopupID for use with ConfirmButton.
Called in OnLoad by default, but can be called later if the ModalPopup/ConfirmButton are created dynamically.
public RegisterDisplayModalPopup ( ) : void
리턴 void