Delegate MutationCallback
Delegate MutationCallback
Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML.dll (25.7.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
>
The list of mutation records.
observer MutationObserver
The mutation observer.