다음을 통해 공유


CreateUserWizard.ContinueButtonClick 이벤트

정의

마지막 사용자 계정 생성 단계에서 사용자가 계속 단추를 클릭할 때 발생합니다.

public:
 event EventHandler ^ ContinueButtonClick;
public event EventHandler ContinueButtonClick;
member this.ContinueButtonClick : EventHandler 
Public Custom Event ContinueButtonClick As EventHandler 

이벤트 유형

설명

컨트롤 ContinueButtonClick계속 단추를 CreateUserWizard 클릭하면 이벤트가 발생합니다. ContinueButtonClick 계속 단추를 클릭할 때 이벤트를 사용하여 추가 처리를 제공합니다.

이벤트를 처리 하는 방법에 대 한 자세한 내용은 참조 하세요. 이벤트 처리 및 발생합니다.

적용 대상

추가 정보