共用方式為


CreateUserWizard.ContinueButtonClick 事件

定義

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

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

事件類型

備註

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

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

適用於

另請參閱