Share via


ChangePassword.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 物件。

適用於

另請參閱