CreateUserWizard.ContinueButtonClick 이벤트

정의

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

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

이벤트 유형

설명

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

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

적용 대상

추가 정보