Table of Contents

Property ReplaceButtonClicked

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

ReplaceButtonClicked

Occurs when the "Replace" button is clicked.

public virtual Action? ReplaceButtonClicked { get; set; }

Property Value

Action

Remarks

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