Method OnClickReplace
OnClickReplace()
Raises the click event for the replace action.
protected virtual void OnClickReplace()
Remarks
This method is called to trigger the replace action when a click event occurs. It can be overridden in a derived class to provide custom handling for the replace action.
OnClickReplace(object?, EventArgs)
Handles the event when the "Replace" button is clicked. Invokes the ClickReplace event and calls the Replace() method on the Manager.
protected virtual void OnClickReplace(object? sender, EventArgs e)