Table of Contents

Interface IBindable

Namespace
AngleSharp.Common
Assembly
AngleSharp.dll

Implemented by OM classes that may change internal state reflected with a changed string representation.

public interface IBindable
Extension Methods

Methods

Update(string)

Update the string representation without calling Changed.

void Update(string value)

Parameters

value string

The representation's new value.

Events

Changed

Triggered when the internal state changed.

event Action<string> Changed

Event Type

Action<string>