CreateUserWizard.ContinueButtonClick 事件

定义

用户单击创建用户帐户最后一步中的“继续”按钮时发生。Occurs when the user clicks the Continue button in the final user account creation step.

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

事件类型

EventHandler

注解

ContinueButtonClick当单击控件上的 "继续" 按钮时,将引发事件 CreateUserWizardThe ContinueButtonClick event is raised when the Continue button on the CreateUserWizard control is clicked. ContinueButtonClick单击 "继续" 按钮后,可以使用事件来提供其他处理。Use the ContinueButtonClick event to provide additional processing when the Continue button is clicked.

有关如何处理事件的详细信息,请参阅 处理和引发事件For more information about how to handle events, see Handling and Raising Events.

适用于

另请参阅