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