ChangePassword.OnContinueButtonClick(EventArgs) Method

Definition

Raises the ContinueButtonClick event when a user clicks the Continue button.

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)

Parameters

e
EventArgs

An EventArgs object that contains the event data.

Applies to

See also