Table of Contents

Property ReplaceAllButtonClicked

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

ReplaceAllButtonClicked

Occurs when the "Replace All" button is clicked.

public virtual Action? ReplaceAllButtonClicked { get; set; }

Property Value

Action

Remarks

This event is typically used to handle actions triggered by the "Replace All" button in a user interface. Subscribers can use this event to perform operations such as replacing text or updating data.