Share via


CreateUserWizard.OnContinueButtonClick(EventArgs) 方法

定義

當使用者按一下最後一個使用者帳戶建立步驟上的 [繼續] 按鈕時,引發 ContinueButtonClick 事件。

protected:
 virtual void OnContinueButtonClick(EventArgs ^ e);
protected virtual void OnContinueButtonClick (EventArgs e);
abstract member OnContinueButtonClick : EventArgs -> unit
override this.OnContinueButtonClick : EventArgs -> unit
Protected Overridable Sub OnContinueButtonClick (e As EventArgs)

參數

e
EventArgs

包含事件資料的 EventArgs

備註

當使用者 ContinueButtonClick 按一下控制項上的 CreateUserWizard [繼續] 按鈕時,就會引發 事件。

引發事件會透過委派叫用此事件處理常式。 如需詳細資訊,請參閱 處理和引發事件

OnContinueButtonClick 方法也允許衍生類別處理事件,而不用附加委派。 這是在衍生類別中處理事件的慣用技巧。

給繼承者的注意事項

當在衍生類別中覆寫 OnContinueButtonClick(EventArgs) 時,請確定呼叫基底類別的 OnContinueButtonClick(EventArgs) 方法,使已註冊的委派能接收到事件。

適用於

另請參閱