MutationCallback public sealed delegate MutationCallback : MulticastDelegate Defines the callback signature for a mutation event. Documentation Code namespace AngleSharp.Dom { public delegate void MutationCallback (IMutationRecord[] mutations, MutationObserver observer); }