Table of Contents

Method OnQuitButtonClick

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

OnQuitButtonClick(object?, EventArgs)

Handles the "Quit" button click event.

protected virtual void OnQuitButtonClick(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 "Quit" button click.