CreateUserWizard.ContinueButtonClick 事件

定义

用户单击创建用户帐户最后一步中的“继续”按钮时发生

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

事件类型

注解

单击 ContinueButtonClick 控件上的“ 继续 ”按钮时, CreateUserWizard 将引发 事件。 单击“继续”按钮时,ContinueButtonClick使用 事件提供其他处理。

有关如何处理事件的详细信息,请参阅 处理和引发事件

适用于

另请参阅