Table of Contents

Property RemovedOnAdded

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

RemovedOnAdded

Gets or sets the associated HistoryTextItemEventArgs for a removed line when an added line replaces it.

public HistoryTextItemEventArgs? RemovedOnAdded { get; set; }

Property Value

HistoryTextItemEventArgs

Remarks

This property is used to track the relationship between added and removed lines during undo/redo operations.