AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.9" />

 IBindable

public interface IBindable
Implemented by OM classes that may change internal state reflected with a changed string representation.
event Action<string> Changed

Triggered when the internal state changed.

void Update(string value)

Update the string representation without calling Changed.