AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.6-alpha-330" />

 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.