次の方法で共有


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 オブジェクト。

適用対象

こちらもご覧ください