IAttributeObserver public interface IAttributeObserver Represents the interface for observing attribute changes. Documentation Code void NotifyChange(IElement host, string name, string value) Defines the callback signature to react once an attribute changes.