Table of Contents

Method OnClickReplace

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

OnClickReplace()

Raises the click event for the replace action.

protected virtual void OnClickReplace()

Remarks

This method is called to trigger the replace action when a click event occurs. It can be overridden in a derived class to provide custom handling for the replace action.

OnClickReplace(object?, EventArgs)

Handles the event when the "Replace" button is clicked. Invokes the ClickReplace event and calls the Replace() method on the Manager.

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

Parameters

sender object

The source of the event.

e EventArgs

An EventArgs that contains the event data.