AttrChangedCallback sealed delegate AttrChangedCallback : MulticastDelegate Defines the callback signature to react once an attribute changes. Documentation Code namespace AngleSharp.Dom { internal delegate void AttrChangedCallback (IElement element, string name, string value); }