Property ReplaceAllButtonClicked
ReplaceAllButtonClicked
Occurs when the "Replace All" button is clicked.
public virtual Action? ReplaceAllButtonClicked { get; set; }
Property Value
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.