Table of Contents

Method OnContinueButtonClick

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnContinueButtonClick(object?, EventArgs)

Handles the "Continue" button click event.

protected virtual void OnContinueButtonClick(object? sender, EventArgs e)

Parameters

sender object

The source of the event. This parameter can be null.

e EventArgs

The event data associated with the "Continue" button click.