Delegate MutationCallback
Delegate MutationCallback
Namespace: Aspose.Svg.Dom.Mutations
Assembly: Aspose.SVG.dll (25.8.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.