AvalonEdit
IsDeleted Property
NamespacesICSharpCode.AvalonEdit.DocumentITextAnchorIsDeleted
Gets whether the anchor was deleted.
Declaration Syntax
C#Visual BasicVisual C++
bool IsDeleted { get; }
ReadOnly Property IsDeleted As Boolean
	Get
property bool IsDeleted {
	bool get ();
}
Remarks

When a piece of text containing an anchor is removed, then that anchor will be deleted. First, the IsDeleted property is set to true on all deleted anchors, then the Deleted events are raised. You cannot retrieve the offset from an anchor that has been deleted.

This deletion behavior might be useful when using anchors for building a bookmark feature, but in other cases you want to still be able to use the anchor. For those cases, set SurviveDeletion = true.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238