Table of Contents

Method OnClickReplaceAll

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

OnClickReplaceAll()

Handles the event when the "Replace All" button is clicked.

protected virtual void OnClickReplaceAll()

Remarks

This method is invoked to trigger the "Replace All" functionality. It raises the event associated with replacing all occurrences of a specified item. Override this method in a derived class to provide custom handling for the "Replace All" action.

OnClickReplaceAll(object?, EventArgs)

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

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

Parameters

sender object

The source of the event.

e EventArgs

An EventArgs that contains the event data.