Delegate MutationCallback

Delegate MutationCallback

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML.dll (25.2.0)

Represents the method that will handle a mutation events.

[ComVisible(true)]
public delegate void MutationCallback(IList<mutationrecord> mutations, MutationObserver observer)

Parameters

mutations IList<MutationRecord&gt;

The list of mutation records.

observer MutationObserver

The mutation observer.