Table of Contents

Method OnToolClick

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

OnToolClick(object?, EventArgs)

Handles the event when a tool is clicked.

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

Parameters

sender object

The source of the event, typically the tool that was clicked.

e EventArgs

An EventArgs instance containing the event data.

Remarks

This method is intended to be overridden in a derived class to provide custom handling for tool click events. The base implementation closes the popup if button is clicked.