MutationCallback
Defines the callback signature for a mutation event.
using AngleSharp.Attributes;
namespace AngleSharp.Dom
{
[DomName("MutationCallback")]
public delegate void MutationCallback (IMutationRecord[] mutations, MutationObserver observer);
}