Delegate MutationCallback

Delegate MutationCallback

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

 English