Table of Contents

Method RaiseToolClick

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

RaiseToolClick(object?, EventArgs)

Raises the OnToolClick(object?, EventArgs) method and invokes the ToolClick event handlers.

public void RaiseToolClick(object? s, EventArgs e)

Parameters

s object

The source of the event, typically the object that triggered the event. Can be null.

e EventArgs

An EventArgs instance containing the event data.