Share via


CreateUserWizard.ContinueButtonClick 事件

定義

發生於使用者按一下最後一個使用者帳戶建立步驟中的 [繼續] 按鈕時。

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

事件類型

備註

ContinueButtonClick按一下控制項上的 CreateUserWizard [繼續] 按鈕時,就會引發事件。 按一下 [繼續] 按鈕時, ContinueButtonClick 請使用 事件來提供其他處理。

如需如何處理事件的詳細資訊,請參閱 處理和引發事件

適用於

另請參閱